We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37409d commit aa36d30Copy full SHA for aa36d30
site/src/pages/404.astro
@@ -8,7 +8,10 @@ import Heading from "@/components/Heading";
8
<section>
9
<Heading level={1}>Page Not Found</Heading>
10
11
- <p>The content you're looking for does not exist or has been moved.</p>
+ <p>
12
+ The content you're looking for does not exist or has been moved. Check
13
+ that the URL in your address bar is correct.
14
+ </p>
15
16
<div class="row">
17
<Button design="plain" to="/loci">
0 commit comments