Use /search/:term path-based search routing

This commit is contained in:
2026-05-27 21:15:58 +00:00
parent 29cda926a2
commit 02a89aee68
2 changed files with 59 additions and 23 deletions
+5
View File
@@ -31,6 +31,11 @@ const router = createRouter({
component: EmptyRouteComponent,
meta: { view: "movies" },
},
{
path: "/search/:term",
name: "search",
component: EmptyRouteComponent,
},
{
path: "/series",
name: "series",