mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-27 06:54:17 +01:00
Remove unused CSS variable from body, enhance locale change logic in AppHeader, add 404 error page, and clean up nuxt.config
This commit is contained in:
13
app/error.vue
Normal file
13
app/error.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<UApp class="relative flex h-screen flex-col items-center justify-center">
|
||||
<div class="flex flex-col items-center justify-center min-h-screen">
|
||||
<h1 class="text-center font-serif text-[14rem] italic">
|
||||
404
|
||||
</h1>
|
||||
<p class="text-center flex gap-1">
|
||||
I think you're lost, let's go back
|
||||
<HomeLink label="home" href="/" />
|
||||
</p>
|
||||
</div>
|
||||
</UApp>
|
||||
</template>
|
||||
Reference in New Issue
Block a user