Skip to content

Commit 85026ab

Browse files
committed
Add Now config.
1 parent 2dd8216 commit 85026ab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/basic-hook/now.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"version": 2,
3+
"builds": [{ "src": "package.json", "use": "@now/static-build" }],
4+
"routes": [
5+
{ "src": "^/static/(.*)", "dest": "/static/$1" },
6+
{ "src": "^/favicon.ico", "dest": "/favicon.ico" },
7+
{ "src": "^/(.*)", "dest": "/index.html" }
8+
]
9+
}

0 commit comments

Comments
 (0)