mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
forwarding work
This commit is contained in:
parent
abe4a34313
commit
7db60c691b
18
vercel.json
18
vercel.json
|
@ -1,24 +1,24 @@
|
||||||
{
|
{
|
||||||
"redirects": [
|
"redirects": [
|
||||||
{
|
{
|
||||||
"source": "/settings",
|
"source": "/docs/settings",
|
||||||
"destination": "/configuration"
|
"destination": "/configuration"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/settings/moduleconfig",
|
"source": "/docs/settings/moduleconfig",
|
||||||
"destination": "/configuration/module"
|
"destination": "/docs/configuration/module"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/settings/moduleconfig/:path*",
|
"source": "/docs/settings/moduleconfig/:path*",
|
||||||
"destination": "/configuration/module/:path*"
|
"destination": "/docs/configuration/module/:path*"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/settings/config",
|
"source": "/docs/settings/config",
|
||||||
"destination": "/configuration/radio"
|
"destination": "/docs/configuration/radio"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/settings/config/:path*",
|
"source": "/docs/settings/config/:path*",
|
||||||
"destination": "/configuration/radio/:path*"
|
"destination": "/docs/configuration/radio/:path*"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue