diff --git a/src/pages/cv/index.js b/src/pages/cv/index.js index bbead34..71c1b1b 100644 --- a/src/pages/cv/index.js +++ b/src/pages/cv/index.js @@ -4,6 +4,7 @@ import React from 'react' import yaml from 'js-yaml' import fs from 'fs' import showdown from 'showdown' +import { NextSeo } from 'next-seo' function CVPage ({ competencies, @@ -14,6 +15,7 @@ function CVPage ({ }) { return ( +

CV

diff --git a/src/pages/writing/index.js b/src/pages/writing/index.js index e8ced96..65b010e 100644 --- a/src/pages/writing/index.js +++ b/src/pages/writing/index.js @@ -1,8 +1,10 @@ import DefaultLayout from '@/layouts/DefaultLayout/DefaultLayout' +import { NextSeo } from 'next-seo' export default function Writing () { return ( +

Writing