From 14b1272459269bab59394a3a043856a5ae7b357e Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Fri, 22 Sep 2023 17:48:48 +0200 Subject: [PATCH] Website: 404 --- website/src/pages/404.mdx | 60 ++++++++++++++++++++++++++++++++++++ website/src/pages/_meta.json | 8 +++++ 2 files changed, 68 insertions(+) create mode 100644 website/src/pages/404.mdx diff --git a/website/src/pages/404.mdx b/website/src/pages/404.mdx new file mode 100644 index 000000000..6b0fef86f --- /dev/null +++ b/website/src/pages/404.mdx @@ -0,0 +1,60 @@ +import { ChevronRightIcon } from '@heroicons/react/20/solid' +import { BookOpenIcon, BugAntIcon } from '@heroicons/react/24/solid' + +
+
+
404
+

This page does not exist

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

Popular pages

+ +
+ + + Back to the home page + +
+
+
diff --git a/website/src/pages/_meta.json b/website/src/pages/_meta.json index 1085ed7bf..72af50810 100644 --- a/website/src/pages/_meta.json +++ b/website/src/pages/_meta.json @@ -37,6 +37,14 @@ "theme": { } }, + "404": { + "type": "page", + "title": "Sentry integration for AWS Lambda", + "display": "hidden", + "theme": { + "layout": "raw" + } + }, "sentry": { "type": "page", "title": "Sentry integration for AWS Lambda",