diff --git a/components/layout.js b/components/layout.js index 9ebb795..4a06e9e 100644 --- a/components/layout.js +++ b/components/layout.js @@ -1,10 +1,25 @@ +import Head from 'next/head' import Header from './header' import Footer from './footer' import styles from '../styles/Layout.module.css' export default function Layout({ children }) { + // https://nextjs.org/docs/api-reference/next/head return ( <> + + fHz | fly through the waves + + + + + + + + + + +
{children}