Fixed URL in sitemap
Build and Deploy / deploy (push) Successful in 10s

This commit is contained in:
CalebLewallen
2026-05-14 14:44:58 -04:00
parent 4f383a3fd7
commit 6129b3818c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import sitemap from '@astrojs/sitemap';
// https://astro.build/config
export default defineConfig({
site: 'https://chesteryvalleyservices.com', // Placeholder URL
site: 'https://www.chescohome.com', // Placeholder URL
integrations: [
tailwind(),
sitemap(),