Skip to content

Commit 0c53b39

Browse files
committed
fix: fix config netlify.toml
1 parent d912032 commit 0c53b39

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[build]
2+
base = "apps/frontend"
23
command = "npm run build"
34
publish = "dist"
45

56
[build.environment]
6-
NODE_VERSION = 18
7+
NODE_VERSION = "18"
78

89
[[redirects]]
910
from = "/api/*"

0 commit comments

Comments
 (0)