Skip to content

Commit

Permalink
404 test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Jul 8, 2024
1 parent 8bfdc55 commit ba3ce17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,7 @@ <h1>404</h1>
</a>
</div>
</body>
<script>
console.log("404: Not Found");
</script>
</html>
1 change: 0 additions & 1 deletion src/routes/+layout.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export const prerender = true;
export const trailingSlash = 'never';

0 comments on commit ba3ce17

Please sign in to comment.