We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b84769 commit f557afaCopy full SHA for f557afa
now.json
@@ -1,7 +1,7 @@
1
{
2
"name": "plexus",
3
"alias": "plexus.willhoward.co.uk",
4
- "routes": [
5
- { "src": "/*", "dest": "index.html" }
+ "rewrites": [
+ { "source": "/(.*)", "destination": "index.html" }
6
]
7
}
0 commit comments