Skip to content

Commit f557afa

Browse files
author
Will Howard
committed
Updated deployment config.
1 parent 9b84769 commit f557afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

now.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plexus",
33
"alias": "plexus.willhoward.co.uk",
4-
"routes": [
5-
{ "src": "/*", "dest": "index.html" }
4+
"rewrites": [
5+
{ "source": "/(.*)", "destination": "index.html" }
66
]
77
}

0 commit comments

Comments
 (0)