diff options
author | Thomas Stephen Lee | 2024-01-06 12:34:30 +0530 |
---|---|---|
committer | Thomas Stephen Lee | 2024-01-06 12:34:30 +0530 |
commit | 454c6f1ceca8814b6230d5092ddb29262e7645ec (patch) | |
tree | 300d6232f63218e9a9453e640324a45c65310542 | |
parent | c24a4a16307d7d292c0878718629f954530232ce (diff) | |
download | astro.on.fossee.in-454c6f1ceca8814b6230d5092ddb29262e7645ec.tar.gz astro.on.fossee.in-454c6f1ceca8814b6230d5092ddb29262e7645ec.tar.bz2 astro.on.fossee.in-454c6f1ceca8814b6230d5092ddb29262e7645ec.zip |
Fix typo.
-rw-r--r-- | astro.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index ea6f237..4d757e0 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,6 +5,6 @@ import sitemap from '@astrojs/sitemap'; // https://astro.build/config export default defineConfig({ - site: 'https//astro.web.fossee.in', + site: 'http://astro.web.fossee.in', integrations: [mdx(), sitemap()], }); |