🔧 correct site in astro config
This commit is contained in:
parent
ae63441df7
commit
b5b932f581
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ import tailwind from "@astrojs/tailwind";
|
|||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: 'https://example.com',
|
||||
site: 'https://kjelsrud.dev',
|
||||
integrations: [mdx(), sitemap(), tailwind()]
|
||||
});
|
Loading…
Reference in a new issue