From aa9430a1cfa8b07f56b49f917e9d766491a906b2 Mon Sep 17 00:00:00 2001 From: Matthieu <77665167+Matthieu-ui@users.noreply.github.com> Date: Wed, 24 Jul 2024 08:04:13 -0700 Subject: [PATCH] docs: fix typo in development note of theme configuration guide (#333) --- src/content/blog/how-to-configure-astropaper-theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/how-to-configure-astropaper-theme.md b/src/content/blog/how-to-configure-astropaper-theme.md index f717cef..95ea128 100644 --- a/src/content/blog/how-to-configure-astropaper-theme.md +++ b/src/content/blog/how-to-configure-astropaper-theme.md @@ -20,7 +20,7 @@ AstroPaper is a highly customizable Astro blog theme. With AstroPaper, you can c 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. -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. +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. ```js // file: src/config.ts