Skip to content

Commit

Permalink
Fix astro config
Browse files Browse the repository at this point in the history
  • Loading branch information
QixyQix committed Dec 19, 2023
1 parent bf5c5e7 commit bc8f978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import tailwind from "@astrojs/tailwind";
// https://astro.build/config
export default defineConfig({
site: 'https://wolvhaven.github.io',
base: '/wolvhaven.net'
base: '/wolvhaven.net',
integrations: [mdx(), sitemap(), tailwind()]
});

0 comments on commit bc8f978

Please sign in to comment.