Skip to content

Commit 1fc9d18

Browse files
committed
fix: netlify build command (pnpm) and remove SPA redirect
1 parent a35df09 commit 1fc9d18

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

netlify.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
[build]
2-
command = "npm run build"
2+
command = "pnpm install && pnpm build"
33
publish = "dist"
44

5-
[[redirects]]
6-
from = "/*"
7-
to = "/index.html"
8-
status = 200
9-
105
[build.environment]
116
NODE_VERSION = "20"
127

0 commit comments

Comments
 (0)