From db7f8dc92d246df1976cddf9c5c3bcd5061c0229 Mon Sep 17 00:00:00 2001 From: Luccas Mateus de Medeiros Gomes Date: Fri, 12 May 2023 09:29:33 -0300 Subject: [PATCH] [example/538] - title on head --- examples/fivethirtyeight/pages/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/fivethirtyeight/pages/index.tsx b/examples/fivethirtyeight/pages/index.tsx index 8b21d39c..fd01424d 100644 --- a/examples/fivethirtyeight/pages/index.tsx +++ b/examples/fivethirtyeight/pages/index.tsx @@ -3,6 +3,7 @@ import { Inter } from 'next/font/google'; import { format } from 'timeago.js'; import { promises as fs } from 'fs'; import path from 'path'; +import { NextSeo } from 'next-seo'; const inter = Inter({ subsets: ['latin'] }); @@ -141,6 +142,7 @@ export async function getStaticProps() { export default function Home({ datasets }: { datasets: Dataset[] }) { return ( <> +
This page is a tribute to the{' '}