We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab01e95 commit d156b06Copy full SHA for d156b06
1 file changed
astro.config.mjs
@@ -7,5 +7,7 @@ import tailwindcss from '@tailwindcss/vite';
7
export default defineConfig({
8
vite: {
9
plugins: [tailwindcss()]
10
- }
+ },
11
+ site: 'https://lith-x.github.io/personal-site/',
12
+ base: '/personal-site/',
13
});
0 commit comments