We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c56d9 commit cdca868Copy full SHA for cdca868
netlify.toml
@@ -1,8 +1,8 @@
1
[build]
2
- publish = "src"
+ publish = "client"
3
command = "# no build command"
4
5
[[redirects]]
6
from = "/*"
7
- to = "/pages/index.html"
8
- status = 200
+ to = "src/pages/index.html"
+ status = 200
0 commit comments