diff --git a/embold.yaml b/embold.yaml
new file mode 100644
index 0000000..59cb63c
--- /dev/null
+++ b/embold.yaml
@@ -0,0 +1,19 @@
+version: 1
+sources:
+ exclusions:
+ - 'test'
+ - 'generated'
+ - 'mock'
+ - 'thirdparty'
+ - 'third-party'
+ - '3rd-party'
+ - '3rdparty'
+ - 'external'
+ - 'build'
+ - 'node_modules'
+ - 'assets'
+ - 'gulp'
+ - 'grunt'
+ - 'library'
+ - '.git'
+ - '.yarn'
diff --git a/web/src/pages/FatalErrorPage/FatalErrorPage.tsx b/web/src/pages/FatalErrorPage/FatalErrorPage.tsx
index b2bb436..03aed9a 100644
--- a/web/src/pages/FatalErrorPage/FatalErrorPage.tsx
+++ b/web/src/pages/FatalErrorPage/FatalErrorPage.tsx
@@ -1,12 +1,3 @@
-// This page will be rendered when an error makes it all the way to the top of the
-// application without being handled by a Javascript catch statement or React error
-// boundary.
-//
-// You can modify this page as you wish, but it is important to keep things simple to
-// avoid the possibility that it will cause its own error. If it does, Redwood will
-// still render a generic error page, but your users will prefer something a bit more
-// thoughtful :)
-
// This import will be automatically removed when building for production
import { DevFatalErrorPage } from '@redwoodjs/web/dist/components/DevFatalErrorPage'
diff --git a/web/src/pages/NotFoundPage/NotFoundPage.tsx b/web/src/pages/NotFoundPage/NotFoundPage.tsx
index 92ef916..c65d652 100644
--- a/web/src/pages/NotFoundPage/NotFoundPage.tsx
+++ b/web/src/pages/NotFoundPage/NotFoundPage.tsx
@@ -1,44 +1,35 @@
+import { Link, routes } from '@redwoodjs/router'
+
export default () => (
-
- 404 Page Not Found
-
-