diff --git a/package.json b/package.json index 16a7e7b..6855f93 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "aireadi.org", + "name": "eyeactstudy.org", "version": "0.0.1", "private": false, "typings": "index.d.ts", @@ -46,21 +46,21 @@ "react-lottie-player": "^1.5.0", "react-toastify": "^9.1.1", "react-use": "^17.5.0", - "rehype-document": "7.0.3", - "rehype-external-links": "3.0.0", - "rehype-format": "5.0.0", - "rehype-highlight": "7.0.0", - "rehype-raw": "7.0.0", + "rehype-document": "^7.0.3", + "rehype-external-links": "^3.0.0", + "rehype-format": "^5.0.1", + "rehype-highlight": "^7.0.1", + "rehype-raw": "^7.0.0", "rehype-sanitize": "6.0.0", - "rehype-stringify": "10.0.0", + "rehype-stringify": "^10.0.1", "remark": "15.0.1", "remark-gfm": "^4.0.0", - "remark-parse": "11.0.0", - "remark-rehype": "11.1.0", + "remark-parse": "^11.0.0", + "remark-rehype": "^11.1.1", "sharp": "^0.31.3", "sib-api-v3-sdk": "^8.4.2", "tailwind-merge": "^1.7.0", - "unified": "11.0.4", + "unified": "^11.0.5", "words-count": "^2.0.2" }, "devDependencies": { diff --git a/src/pages/404.tsx b/src/pages/404.tsx index 0fc95e9..f565797 100644 --- a/src/pages/404.tsx +++ b/src/pages/404.tsx @@ -1,41 +1,37 @@ +import Link from 'next/link'; + import Layout from '@/components/layout/Layout'; -import ArrowLink from '@/components/links/ArrowLink'; -import ButtonLink from '@/components/links/ButtonLink'; -import LottieAnimation from '@/components/lotties'; import Seo from '@/components/Seo'; -import heroLottie from '~/lotties/404.json'; - export default function NotFoundPage() { return ( -
-
-
- -
-

404!

-

- The page you are looking for might have been removed or had its - name changed or is temporarily unavailable. -

- - Back to Home - -
+
+
+

404

+

+ Page not found +

+

+ Sorry, we couldn’t find the page you’re looking for. +

+
+ + Go back home + + + Contact support +
-
+
); diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index 0f2c1cf..3f218f3 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -24,13 +24,6 @@ class MyDocument extends Document { type='font/woff2' crossOrigin='anonymous' /> - -