Uses original router

- it has benefits to use hash properly
This commit is contained in:
2026-04-29 13:40:40 +02:00
parent 3cc11b68de
commit 139b1590ce
3 changed files with 2 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import type { RouteConfig } from "@lit-labs/router";
import { html } from "lit";
export const route = {
path: "/#/episodes",
path: "/episodes" as const,
async enter() {
await import("./index.js");
return true;