diff --git a/ui/src/router.ts b/ui/src/router.ts index 05a35111..8e3ebc4a 100644 --- a/ui/src/router.ts +++ b/ui/src/router.ts @@ -34,6 +34,10 @@ export const routes: RouteRecordRaw[] = [ redirect: () => getHomeRedirect() ? { path: ROUTES.discover } : { name: ROUTES.feed }, }, + { + path: "/index.html", + redirect: () => "/" + }, { path: "/feed", name: ROUTES.feed,