add redirect

This commit is contained in:
miloschwartz
2025-10-14 20:27:37 -07:00
parent 1fc0e43257
commit daafea7450

View File

@@ -202,6 +202,10 @@
{
"source": "/telemetry",
"destination": "/self-host/telemetry"
},
{
"source": "/community/:slug*",
"destination": "/self-host/:slug*"
}
]
}