Skip to content

Commit 3cd0a97

Browse files
committed
deploy: Fix domain
1 parent fe0261b commit 3cd0a97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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",
88
vite: {
99
plugins: [tailwindcss()],
1010
},

0 commit comments

Comments
 (0)