Skip to content

Commit c461ee7

Browse files
authored
Add image to 404 page: mreow (#23)
1 parent b40df32 commit c461ee7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

web/public/mreow.webp

4.41 KB
Binary file not shown.

web/src/pages/404.astro

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ import { OLD_WIKI_URL, OLD_WIKI_REDIRECT } from '@src/content.constants';
88
title: '404',
99
hero: {
1010
title: '404',
11+
image: {
12+
file: {
13+
src: 'mreow.webp',
14+
width: 90,
15+
height: 90,
16+
format: 'webp',
17+
},
18+
alt: 'mreow'
19+
},
1120
tagline: Astro.locals.t('404.text')
1221
}
1322
}}>

0 commit comments

Comments
 (0)