Skip to content

Commit cdca868

Browse files
authored
updated src routes
1. updated routes for static files
1 parent 01c56d9 commit cdca868

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

netlify.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build]
2-
publish = "src"
2+
publish = "client"
33
command = "# no build command"
44

55
[[redirects]]
66
from = "/*"
7-
to = "/pages/index.html"
8-
status = 200
7+
to = "src/pages/index.html"
8+
status = 200

0 commit comments

Comments
 (0)