We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d442e52 commit 99e97b2Copy full SHA for 99e97b2
1 file changed
website/astro.config.mjs
@@ -8,6 +8,7 @@ import tailwindcss from '@tailwindcss/vite';
8
export default defineConfig({
9
output: 'static',
10
site: 'https://git-issues.dev',
11
+ base: '/git-issues',
12
integrations: [react()],
13
14
vite: {
0 commit comments