Skip to content

Commit

Permalink
Fix 404 url
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-collinsworth committed Nov 22, 2024
1 parent 642c3db commit 3ce299e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 404.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const layout = "raw.tsx";
export const url = "/404.html";
export const url = "/404";
import { sidebar } from "./runtime/_data.ts";

const styles = /*css*/ `
Expand Down

0 comments on commit 3ce299e

Please sign in to comment.