Skip to content

Commit

Permalink
Update astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Juankimr authored Nov 30, 2024
1 parent 2fe4e6f commit cf73659
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ import tailwind from '@astrojs/tailwind';
// https://astro.build/config
export default defineConfig({
site: 'https://Juankimr.github.io',
base: 'blog',
integrations: [mdx(), sitemap(), tailwind()],
});
});

0 comments on commit cf73659

Please sign in to comment.