We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd8216 commit 85026abCopy full SHA for 85026ab
examples/basic-hook/now.json
@@ -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