fix: typo in astro-paper-v5 blog post (#556)

This commit is contained in:
Rob Easthope
2025-07-09 19:30:41 +03:00
committed by GitHub
parent e03aed6bf2
commit 5d47275687
+1 -1
View File
@@ -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.