Skip to content

Commit ba3ce17

Browse files
committed
404 test
1 parent 8bfdc55 commit ba3ce17

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

404.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,7 @@ <h1>404</h1>
8585
</a>
8686
</div>
8787
</body>
88+
<script>
89+
console.log("404: Not Found");
90+
</script>
8891
</html>

src/routes/+layout.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
export const prerender = true;
2-
export const trailingSlash = 'never';

0 commit comments

Comments
 (0)