We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908e99e commit 6cbf11bCopy full SHA for 6cbf11b
1 file changed
netlify.toml
@@ -0,0 +1,11 @@
1
+[build]
2
+command = "pnpm run dev:build"
3
+
4
+[build.environment]
5
+NPM_FLAGS = "--prefix=/dev/null"
6
+NODE_VERSION = "24"
7
8
+[[redirects]]
9
+from = "/*"
10
+to = "/index.html"
11
+status = 200
0 commit comments