mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-13 19:08:22 +00:00
add 404 page
This commit is contained in:
@@ -80,6 +80,11 @@ const routes = [
|
||||
name: "Playlists",
|
||||
component: () => import("../components/PlaylistsPage.vue"),
|
||||
},
|
||||
{
|
||||
path: "/:pathMatch(.*)*",
|
||||
name: "Page Not Found",
|
||||
component: () => import("../components/PageNotFound.vue"),
|
||||
},
|
||||
];
|
||||
|
||||
const router = createRouter({
|
||||
|
Reference in New Issue
Block a user