typo fix in sitemap url

This commit is contained in:
2023-11-17 19:24:50 -08:00
parent a02cf6c944
commit 4e52ce2720

View File

@@ -154,5 +154,5 @@ export default defineConfig({
applyBaseStyles: false,
}),
],
site: 'https://doc.grlx.dev',
site: 'https://docs.grlx.dev',
})