diff --git a/app/error.vue b/app/error.vue new file mode 100644 index 0000000..40d4459 --- /dev/null +++ b/app/error.vue @@ -0,0 +1,36 @@ + + + + + + + + {{ error?.statusCode }} + + + + Uh oh... Something went super wrong. + + + {{ error?.message }} + + + + + + + + + + + + + diff --git a/public/error.svg b/public/error.svg new file mode 100644 index 0000000..fc4d280 --- /dev/null +++ b/public/error.svg @@ -0,0 +1 @@ + \ No newline at end of file