Skip to content

Commit 7f698cf

Browse files
authored
Update vite.config.ts for Vercel template (#126)
to be consistent with the default template
1 parent 5cb3a77 commit 7f698cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vercel/vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import tailwindcss from "@tailwindcss/vite";
33
import { defineConfig } from "vite";
44
import tsconfigPaths from "vite-tsconfig-paths";
55

6-
export default defineConfig(() => ({
6+
export default defineConfig({
77
plugins: [tailwindcss(), reactRouter(), tsconfigPaths()],
8-
}));
8+
});

0 commit comments

Comments
 (0)