We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8473b6 commit ada7b5cCopy full SHA for ada7b5c
1 file changed
astro.config.mjs
@@ -4,7 +4,8 @@ import tailwindcss from "@tailwindcss/vite";
4
5
// https://astro.build/config
6
export default defineConfig({
7
- site: "http://knbit.edu.pl/website/",
+ site: "http://knbit.edu.pl",
8
+ base: "/website",
9
vite: {
10
plugins: [tailwindcss()],
11
},
0 commit comments