feat(components): implement Head for each page with reusability

This commit is contained in:
2022-03-24 15:01:50 +01:00
parent 64190593dd
commit 2e0aecd153
2 changed files with 33 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import type { NextPage } from 'next'
import Head from '../components/Head'
import Head from '../components/Head/NextHead'
const Home: NextPage = () => {
return (