Skip to content

Commit 3ac5d96

Browse files
committed
Added base back in
1 parent 2ca0c67 commit 3ac5d96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ export default defineConfig({
1919
external: ['svgo'],
2020
},
2121
},
22-
site: 'https://hellotham.github.io/hello-astro',
23-
// base: '/hello-astro',
22+
site: 'https://hellotham.github.io',
23+
base: '/hello-astro',
2424
integrations: [tailwind(), sitemap(), image(), mdx(), alpinejs(), robotsTxt()],
2525
experimental: {
2626
integrations: true,

0 commit comments

Comments
 (0)