Skip to content

Commit a751ab2

Browse files
Set site and base URL in Astro config
1 parent 888d357 commit a751ab2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

frontend/astro.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ import tailwindcss from '@tailwindcss/vite';
77

88
// https://astro.build/config
99
export default defineConfig({
10+
site: 'https://stillfreecode.github.io',
11+
base: '/ProLogicToe',
1012
integrations: [react()],
1113

1214
vite: {
1315
plugins: [tailwindcss()]
1416
}
15-
});
17+
});

0 commit comments

Comments
 (0)