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",