feat(components): implement Head for each page with reusability
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import type { NextPage } from 'next'
|
||||
|
||||
import Head from '../components/Head'
|
||||
import Head from '../components/Head/NextHead'
|
||||
|
||||
const Home: NextPage = () => {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user