add raw resources redirect

This commit is contained in:
miloschwartz
2025-12-16 23:06:54 -05:00
parent f427f39e57
commit b8375dd5b1

View File

@@ -278,6 +278,10 @@
{
"source": "/community/:slug*",
"destination": "/self-host/:slug*"
},
{
"source": "/manage/resources/tcp-udp-resources",
"destination": "/manage/resources/public/raw-resources"
}
],
"seo": {
@@ -285,4 +289,4 @@
"canonical": "https://docs.pangolin.net"
}
}
}
}