diff --git a/src/data/blog/_releases/astro-paper-5.md b/src/data/blog/_releases/astro-paper-5.md index 89ec3df..1ddd257 100644 --- a/src/data/blog/_releases/astro-paper-5.md +++ b/src/data/blog/_releases/astro-paper-5.md @@ -82,7 +82,7 @@ The project structure has been reorganized. The `src/config.ts` file now only co ## Other notable changes - The blog posts directory has been updated from `src/content/blog/` to `src/data/blog/`. -- Conllection definitions file (`src/content/config.ts`) is now replaced with `src/content.config.ts`. +- Collection definitions file (`src/content/config.ts`) is now replaced with `src/content.config.ts`. - Various dependencies have been upgraded for improved performance and security. - Removed `IBM Plex Mono` font and switched to the default system mono font. - The `Go back` button logic has been updated. Now, instead of triggering the browser's history API, AstroPaper v5 uses the browser session to temporarily store the back URL. If no back URL exists in the session, it will redirect to the homepage.