mirror of
https://github.com/FlipsideCrypto/og-image.git
synced 2026-02-06 10:46:43 +00:00
Change routes to handle filesystem (#95)
This commit is contained in:
parent
d2faa8238e
commit
e554be21ca
15
now.json
15
now.json
@ -1,10 +1,9 @@
|
||||
{
|
||||
"regions": ["all"],
|
||||
"public": true,
|
||||
"version": 2,
|
||||
"routes": [
|
||||
{ "src": "/", "dest": "/index.html" },
|
||||
{ "src": "/(favicon.ico|style.css|robots.txt|dist/web/index.js)", "dest": "/$1" },
|
||||
{ "src": "/(.+)", "dest": "/api" }
|
||||
]
|
||||
"regions": ["all"],
|
||||
"public": true,
|
||||
"version": 2,
|
||||
"routes": [
|
||||
{ "handle": "filesystem" },
|
||||
{ "src": "/(.+)", "dest": "/api" }
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user