Skip to content

Commit 4c8ab23

Browse files
committedApr 15, 2024
add netlify.toml to update build
1 parent 6b3d0a9 commit 4c8ab23

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎netlify.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build]
2+
base = "test-app/"
3+
publish = "dist/"
4+
command = "pnpm build"
5+
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF"

‎test-app/public/_redirects

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* /index.html 200

0 commit comments

Comments
 (0)