Skip to content

Commit

Permalink
setup not-found page
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperW824 committed May 3, 2024
1 parent 01f9400 commit ca80ac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pages/not-found.tsx → app/not-found.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import { useState } from "react";
import logo from "@/public/HackRPI-logo-blue.png";
import NextImg from "next/image";
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@/*": ["./*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "pages/not-found.tsx"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "app/not-found.tsx"],
"exclude": ["node_modules"]
}

0 comments on commit ca80ac9

Please sign in to comment.