Skip to content

Commit 99e97b2

Browse files
committed
fix(website): add base path for GitHub Pages subdirectory
1 parent d442e52 commit 99e97b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

website/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import tailwindcss from '@tailwindcss/vite';
88
export default defineConfig({
99
output: 'static',
1010
site: 'https://git-issues.dev',
11+
base: '/git-issues',
1112
integrations: [react()],
1213

1314
vite: {

0 commit comments

Comments
 (0)