diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-05-01 13:44:35 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-05-01 13:44:35 -0400 |
| commit | 808e89b024bed961cecd06c9e987dd0349458b92 (patch) | |
| tree | 081fea8a806af08e66555a880b117718797e5280 /layouts/error.vue | |
| parent | cc96e201f6135e932375609d2a6744b30447dbbb (diff) | |
| download | personal-website-808e89b024bed961cecd06c9e987dd0349458b92.tar.gz personal-website-808e89b024bed961cecd06c9e987dd0349458b92.tar.bz2 personal-website-808e89b024bed961cecd06c9e987dd0349458b92.zip | |
Finally implemented blog posts
Diffstat (limited to 'layouts/error.vue')
| -rw-r--r-- | layouts/error.vue | 4 |
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> |
