diff --git a/web/public/mreow.webp b/web/public/mreow.webp new file mode 100644 index 00000000..60f73df6 Binary files /dev/null and b/web/public/mreow.webp differ diff --git a/web/src/pages/404.astro b/web/src/pages/404.astro index 6e52011f..1ae52eed 100644 --- a/web/src/pages/404.astro +++ b/web/src/pages/404.astro @@ -8,6 +8,15 @@ import { OLD_WIKI_URL, OLD_WIKI_REDIRECT } from '@src/content.constants'; title: '404', hero: { title: '404', + image: { + file: { + src: 'mreow.webp', + width: 90, + height: 90, + format: 'webp', + }, + alt: 'mreow' + }, tagline: Astro.locals.t('404.text') } }}>