Skip to content

Commit 7c0bc59

Browse files
author
sw-yx
committed
add redirects
1 parent ef535c3 commit 7c0bc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# example netlify.toml
22
[build]
3-
command = "cd example && yarn && SKIP_PREFLIGHT_CHECK=true yarn build"
3+
command = "cd example && cp public/_redirects dist/_redirects && yarn && SKIP_PREFLIGHT_CHECK=true yarn build"
44
functions = "example/functions"
55
publish = "example/dist"
66

0 commit comments

Comments
 (0)