From 5d47275687e9905c20fc466409d11b8461f57cb6 Mon Sep 17 00:00:00 2001 From: Rob Easthope Date: Wed, 9 Jul 2025 19:30:41 +0300 Subject: [PATCH] fix: typo in astro-paper-v5 blog post (#556) --- src/data/blog/_releases/astro-paper-5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.