feat: replace next-seo with custom solution (#660)

* replace next-seo with custom solution

* Updated check

Co-authored-by: LFades <luis@vercel.com>
This commit is contained in:
Dom Sip
2022-02-18 09:26:31 +00:00
committed by GitHub
parent 65c9d39ae6
commit db170558d5
8 changed files with 176 additions and 25 deletions

View File

@@ -7,3 +7,4 @@ export { default as Searchbar } from './Searchbar'
export { default as UserNav } from './UserNav'
export { default as Head } from './Head'
export { default as I18nWidget } from './I18nWidget'
export { default as SEO } from './SEO'