Skip to content

Commit ada7b5c

Browse files
committed
deploy: Try to fix configuration deploy v1
1 parent f8473b6 commit ada7b5c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import tailwindcss from "@tailwindcss/vite";
44

55
// https://astro.build/config
66
export default defineConfig({
7-
site: "http://knbit.edu.pl/website/",
7+
site: "http://knbit.edu.pl",
8+
base: "/website",
89
vite: {
910
plugins: [tailwindcss()],
1011
},

0 commit comments

Comments
 (0)