vue3 404 error redirecting router에서 404처리 시 아래와 같이 해주면 된다. const routes = [ { path: "/:pathMatch(.*)*", redirect: "/404", }, ....//route pages ] Web/vue 2023.03.06