meshtastic/vercel.json

24 lines
567 B
JSON
Raw Normal View History

2023-09-28 19:10:42 -07:00
{
"redirects": [
{
2023-09-28 19:46:24 -07:00
"source": "/docs/settings",
2023-09-28 20:09:42 -07:00
"destination": "/docs/configuration"
2023-09-28 19:10:42 -07:00
},
{
2023-09-28 19:46:24 -07:00
"source": "/docs/settings/moduleconfig",
"destination": "/docs/configuration/module"
2023-09-28 19:10:42 -07:00
},
{
2023-09-28 19:46:24 -07:00
"source": "/docs/settings/moduleconfig/:path*",
"destination": "/docs/configuration/module/:path*"
2023-09-28 19:10:42 -07:00
},
{
2023-09-28 19:46:24 -07:00
"source": "/docs/settings/config",
"destination": "/docs/configuration/radio"
2023-09-28 19:10:42 -07:00
},
{
2023-09-28 19:46:24 -07:00
"source": "/docs/settings/config/:path*",
"destination": "/docs/configuration/radio/:path*"
2023-09-28 19:10:42 -07:00
}
]
}