diff --git a/bun.lockb b/bun.lockb
index 6404893..b8f3175 100644
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/package.json b/package.json
index e8329e7..d7d2375 100644
--- a/package.json
+++ b/package.json
@@ -12,10 +12,10 @@
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
- "react-markdown": "^8.0.7",
+ "react-markdown": "^9.0.0",
"react-syntax-highlighter": "^15.5.0",
- "rehype-raw": "^6.1.1",
- "remark-gfm": "^3.0.1",
+ "rehype-raw": "^7.0.0",
+ "remark-gfm": "^4.0.0",
"uri-js": "^4.4.1"
},
"devDependencies": {
diff --git a/pages/404.tsx b/pages/404.tsx
index 9c9aa9c..8f285c9 100644
--- a/pages/404.tsx
+++ b/pages/404.tsx
@@ -1,22 +1,36 @@
+import Head from 'next/head';
import Link from 'next/link';
-import Layout from '../components/layout';
+
+import style from '../styles/title.module.css';
function NotFoundPage() {
+ // clean this page up
return (
-
- Uh oh! The page you are looking for does not exist...Error 404
-
-
+ Uh oh! The page you are looking for does not exist...
+