Skip to content

Commit 622af74

Browse files
committed
redirects: Add redirection from isp_box_config
1 parent 27c3b4a commit 622af74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redirects.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const redirects_from_grav: Array<{ from: string; to: string }> = [
5757
{ from: '/isp_box_config', to: '/admin/get_started/post_install/port_forwarding', },
5858
{ from: '/selfhosting', to: '/admin/about_self_hosting', },
5959
{ from: '/providers/isp', to: '/admin/get_started/providers/isp/', },
60+
{ from: '/providers/isp_box_config', to: '/admin/get_started/post_install/port_forwarding', },
6061
{ from: '/providers/registrar', to: '/admin/get_started/providers/registrar/', },
6162
{ from: '/providers/registrar/gandi/autodns', to: '/admin/get_started/providers/registrar/gandi', },
6263
{ from: '/providers/registrar/namecheap/autodns', to: '/admin/get_started/providers/registrar/namecheap', },

0 commit comments

Comments
 (0)