mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
Merge pull request #844 from pdxlocations/more-redirects
Redirect links with trailing slash
This commit is contained in:
commit
21d9fa646b
24
vercel.json
24
vercel.json
|
@ -5,21 +5,33 @@
|
|||
"destination": "/docs/configuration"
|
||||
},
|
||||
{
|
||||
"source": "/docs/settings/moduleconfig",
|
||||
"destination": "/docs/configuration/module"
|
||||
},
|
||||
{
|
||||
"source": "/docs/settings/moduleconfig/:path*",
|
||||
"destination": "/docs/configuration/module/:path*"
|
||||
"source": "/docs/settings/",
|
||||
"destination": "/docs/configuration/"
|
||||
},
|
||||
{
|
||||
"source": "/docs/settings/config",
|
||||
"destination": "/docs/configuration/radio"
|
||||
},
|
||||
{
|
||||
"source": "/docs/settings/config/",
|
||||
"destination": "/docs/configuration/radio/"
|
||||
},
|
||||
{
|
||||
"source": "/docs/settings/config/:path*",
|
||||
"destination": "/docs/configuration/radio/:path*"
|
||||
},
|
||||
{
|
||||
"source": "/docs/settings/moduleconfig",
|
||||
"destination": "/docs/configuration/module"
|
||||
},
|
||||
{
|
||||
"source": "/docs/settings/moduleconfig/",
|
||||
"destination": "/docs/configuration/module/"
|
||||
},
|
||||
{
|
||||
"source": "/docs/settings/moduleconfig/:path*",
|
||||
"destination": "/docs/configuration/module/:path*"
|
||||
},
|
||||
{
|
||||
"source": "/docs/hardware/peripheral/",
|
||||
"destination": "/docs/configuration/module/remote-hardware#remote-hardware-module-usage"
|
||||
|
|
Loading…
Reference in a new issue