Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
404.astro: mreow
  • Loading branch information
bum8hj committed May 29, 2025
commit cb0c0b7fc98eefa24ccbc3fdf10c59dc8993a7ef
Binary file added web/src/assets/images/mreow.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions web/src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ import { OLD_WIKI_URL, OLD_WIKI_REDIRECT } from '@src/content.constants';
title: '404',
hero: {
title: '404',
image: {
file: {
src: '/src/assets/images/mreow.webp',
width: 90,
height: 90,
format: 'webp',
},
alt: 'mreow'
},
tagline: Astro.locals.t('404.text')
}
}}>
Expand Down
Loading