diff --git a/resources/js/app.js b/resources/js/app.js index 66f6fb1..439a4b8 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -52,7 +52,7 @@ const router = new createRouter({ { path: "/", component: HomePage }, { path: "/blog", component: BlogPage }, { path: "/contact", component: ContactPage }, - { path: "/:match(.*)", component: Error404 } + { path: "/:match(.*)", component: Error404Page } ], scrollBehavior(to, from, savedPosition) {