🔍 chore: seo component on all pages

This commit is contained in:
Matheusdoe-dev
2020-11-18 13:44:36 -03:00
parent 5a2e825336
commit 38e7d82da5
24 changed files with 92 additions and 0 deletions

View File

@@ -6,9 +6,12 @@
// 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. =)
import Seo from 'src/components/Seo/Seo'
export default () => (
<main>
<Seo title="Fatal error" description="Fatal error" lang="en-US" />
<style
dangerouslySetInnerHTML={{
__html: `