aboutsummaryrefslogtreecommitdiff
path: root/layouts/error.vue
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/error.vue')
-rw-r--r--layouts/error.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/error.vue b/layouts/error.vue
index 7a14d29..27b44b9 100644
--- a/layouts/error.vue
+++ b/layouts/error.vue
@@ -1,8 +1,8 @@
<template>
<v-container>
- <h1 v-if="error.statusCode">{{error.statusCode}} Error</h1>
+ <h1 v-if="error.statusCode = 404">404 Error</h1>
<h1 v-else>An error occurred</h1>
- <p>Hmm. Seems like this page either didn't exist or you weren't allowed to access this page.</p>
+ <p>Hmm. Seems like this page either didn't exist...</p>
<nuxt-link to="/">Home page</nuxt-link>
</v-container>
</template>