set site and updated headers

This commit is contained in:
scadmin
2025-12-16 21:35:38 +00:00
parent ea3b46dcb5
commit 97f1440649
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({
site: 'https://example.com',
site: 'https://seans.cloud',
integrations: [mdx(), sitemap()],
trailingSlash: "always",
vite: {