Skip to content

Commit 7ca6cb9

Browse files
removing base site on astro config
1 parent 254e1dd commit 7ca6cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import react from "@astrojs/react";
77

88
// https://astro.build/config
99
export default defineConfig({
10-
site: "https://cucoderscommunity.github.io",
11-
base: "cascarilla.js-website",
10+
// site: "https://cucoderscommunity.github.io",
11+
// base: "cascarilla.js-website",
1212
vite: {
1313
plugins: [tailwindcss()],
1414
},

0 commit comments

Comments
 (0)