Skip to content

Commit 6cbf11b

Browse files
committed
chore: add Netlify configuration file for build and redirects
1 parent 908e99e commit 6cbf11b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

netlify.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)