Files
trpc-nuxt/docs/.vercel/output/config.json
2022-11-02 09:18:00 -07:00

29 lines
543 B
JSON

{
"version": 3,
"overrides": {
"index.html": {
"path": ""
},
"get-started/installation/index.html": {
"path": "get-started/installation"
},
"examples/basic/index.html": {
"path": "examples/basic"
},
"get-started/usage/index.html": {
"path": "get-started/usage"
},
"examples/multiple-routers/index.html": {
"path": "examples/multiple-routers"
}
},
"routes": [
{
"handle": "filesystem"
},
{
"src": "/(.*)",
"dest": "/__nitro"
}
]
}