Skip to content

Commit 5d47275

Browse files
authored
fix: typo in astro-paper-v5 blog post (#556)
1 parent e03aed6 commit 5d47275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/blog/_releases/astro-paper-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The project structure has been reorganized. The `src/config.ts` file now only co
8282
## Other notable changes
8383

8484
- The blog posts directory has been updated from `src/content/blog/` to `src/data/blog/`.
85-
- Conllection definitions file (`src/content/config.ts`) is now replaced with `src/content.config.ts`.
85+
- Collection definitions file (`src/content/config.ts`) is now replaced with `src/content.config.ts`.
8686
- Various dependencies have been upgraded for improved performance and security.
8787
- Removed `IBM Plex Mono` font and switched to the default system mono font.
8888
- 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.

0 commit comments

Comments
 (0)