There was an error while loading. Please reload this page.
2 parents bafae18 + deb4ea0 commit 028c4f4Copy full SHA for 028c4f4
1 file changed
vite.config.ts
@@ -4,6 +4,7 @@ import tailwindcss from "@tailwindcss/vite";
4
5
export default defineConfig({
6
plugins: [react(), tailwindcss()],
7
+ base: "/SupportUsButton/",
8
server: {
9
port: 3000,
10
open: true,
0 commit comments