Skip to content

Commit

Permalink
Update astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod authored Mar 4, 2024
1 parent 800a660 commit fa30458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
site: 'https://hjfod.github.io',
base: '/globed-site',
site: 'https://globed.dev',
base: '/',
integrations: [tailwind()]
});

0 comments on commit fa30458

Please sign in to comment.