Skip to content

Commit be763ed

Browse files
committed
Add netlify toml
1 parent e26a635 commit be763ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build]
2+
base = "web-app"
3+
publish = "web-app/.next"
4+
command = "yarn install && yarn build"
5+
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF web-app .gitmodules"

0 commit comments

Comments
 (0)