mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:01:42 +08:00
fix: typo in astro-paper-v5 blog post (#556)
This commit is contained in:
@@ -82,7 +82,7 @@ The project structure has been reorganized. The `src/config.ts` file now only co
|
|||||||
## Other notable changes
|
## Other notable changes
|
||||||
|
|
||||||
- The blog posts directory has been updated from `src/content/blog/` to `src/data/blog/`.
|
- 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.
|
- Various dependencies have been upgraded for improved performance and security.
|
||||||
- Removed `IBM Plex Mono` font and switched to the default system mono font.
|
- 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.
|
- 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user