mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-24 17:00:32 +01:00
29 lines
543 B
JSON
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"
|
|
}
|
|
]
|
|
} |