carbon-components-svelte/examples/routify/vercel.json
2021-02-03 23:17:51 +07:00

17 lines
246 B
JSON

{
"version": 2,
"functions": {
"api/vercel-ssr/index.js": {
"includeFiles": "dist/**"
}
},
"routes": [
{
"handle": "filesystem"
},
{
"src": "/.*",
"dest": "/api/vercel-ssr/index.js"
}
]
}