Skip to content

Commit aa9430a

Browse files
authored
docs: fix typo in development note of theme configuration guide (satnaing#333)
1 parent ffaaf80 commit aa9430a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/how-to-configure-astropaper-theme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ AstroPaper is a highly customizable Astro blog theme. With AstroPaper, you can c
2020

2121
The important configurations lies in `src/config.ts` file. Within that file, you'll see the `SITE` object where you can specify your website's main configurations.
2222

23-
During deveopment, it's okay to leave `SITE.website` empty. But in production mode, you should specify your deployed url in `SITE.website` option since this will be used for canonical URL, social card URL etc.. which are important for SEO.
23+
During development, it's okay to leave `SITE.website` empty. But in production mode, you should specify your deployed url in `SITE.website` option since this will be used for canonical URL, social card URL etc.. which are important for SEO.
2424

2525
```js
2626
// file: src/config.ts

0 commit comments

Comments
 (0)