Skip to content

Commit d156b06

Browse files
committed
fix astro config
1 parent ab01e95 commit d156b06

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

astro.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ import tailwindcss from '@tailwindcss/vite';
77
export default defineConfig({
88
vite: {
99
plugins: [tailwindcss()]
10-
}
10+
},
11+
site: 'https://lith-x.github.io/personal-site/',
12+
base: '/personal-site/',
1113
});

0 commit comments

Comments
 (0)