We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69eb408 commit 5a77b74Copy full SHA for 5a77b74
1 file changed
src/content/docs/404.mdx
@@ -3,14 +3,14 @@ title: '404'
3
template: splash
4
editUrl: false
5
hero:
6
- title: 404 Page Not Found
+ title: 404
7
tagline: This wasn't what you were looking for, we're sorry we led you astray.
8
---
9
10
import { LinkCard } from '@astrojs/starlight/components';
11
12
<LinkCard
13
- title="Go to home"
+ title="Home"
14
href="/"
15
/>
16
0 commit comments