diff --git a/error.vue b/app/error.vue similarity index 100% rename from error.vue rename to app/error.vue diff --git a/ving/docs/change-log.md b/ving/docs/change-log.md index e7e09da6..233afee3 100644 --- a/ving/docs/change-log.md +++ b/ving/docs/change-log.md @@ -7,6 +7,8 @@ outline: deep ### 2024-10-30 * Fixed: Instead of ouching middleware should call abortNavigation() to prevent navigation. + * Moved error.vue to app/error.vue. + * NOTE: If you customized error.vue you'll need to move it to app/error.vue. ### 2024-10-28 * Switched jobs to use redis from a remote cluster.