Skip to content

Commit f9107b4

Browse files
authored
Fix 404 page missing from site (#5707)
After faa3ca3, the 404 page was generating but being placed in a folder instead of in the root directory, causing it to not be found. Before fix: https://dart.dev/parker-is-cool After fix: https://dart-dev--pr5707-fix-404-missing-9rfsj1qx.web.app/parker-is-cool
1 parent c3b45ef commit f9107b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/404.html

+2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
title: "404: Page not found"
44
description: "dart.dev's 404 page."
55
sitemap: false
6+
permalink: /404.html
67
---
8+
79
<div class="text-center">
810
<h1>404</h1>
911
<h2>Page not found</h2>

0 commit comments

Comments
 (0)