We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009ae7e commit f1b2144Copy full SHA for f1b2144
vercel.json
@@ -0,0 +1,18 @@
1
+{
2
+ "version": 2,
3
+ "scope": "ptsecurity",
4
+ "github": {
5
+ "enabled": false
6
+ },
7
+ "routes": [
8
+ {
9
+ "src": "/assets/(.*)",
10
+ "dest": "/assets/$1"
11
12
+ { "src": "/(.*).js", "dest": "/$1.js" },
13
+ { "src": "/(.*).css", "dest": "/$1.css" },
14
+ { "src": "/(.*).svg", "dest": "/$1.svg" },
15
+ { "src": "/(.*).json", "dest": "/$1.json" },
16
+ { "src": "/(.*).html", "dest": "/$1.html" }
17
+ ]
18
+}
0 commit comments