Skip to content

Commit 028c4f4

Browse files
Merge pull request #43 from rahul-vyas-dev/feat/overflow-hidden
feat: update base path in Vite configuration for deployment
2 parents bafae18 + deb4ea0 commit 028c4f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import tailwindcss from "@tailwindcss/vite";
44

55
export default defineConfig({
66
plugins: [react(), tailwindcss()],
7+
base: "/SupportUsButton/",
78
server: {
89
port: 3000,
910
open: true,

0 commit comments

Comments
 (0)