mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-08-22 16:50:41 +00:00
docs: Add quick redirs to /dns, /livekit and /source(_code)
This commit is contained in:
+10
-1
@@ -77,8 +77,17 @@ export default defineConfig({
|
||||
from: '/community$',
|
||||
to: '/community/guidelines'
|
||||
}, {
|
||||
from: "^/turn",
|
||||
from: "^/turn$",
|
||||
to: "/calls/turn",
|
||||
}, {
|
||||
from: "^/livekit$",
|
||||
to: "/calls/livekit",
|
||||
}, {
|
||||
from: "^/dns",
|
||||
to: "/guides/dns",
|
||||
}, {
|
||||
from: "^/source(|_code)$",
|
||||
to: "https://forgejo.ellis.link/continuwuation/continuwuity",
|
||||
}
|
||||
]
|
||||
})],
|
||||
|
||||
Reference in New Issue
Block a user