diff --git a/lib/views/layout.tsx b/lib/views/layout.tsx index c171c27..72f68d0 100644 --- a/lib/views/layout.tsx +++ b/lib/views/layout.tsx @@ -10,7 +10,7 @@ type Props = { export default ({ title, meta, Content }: Props) => { const metaTags = Object.entries(Object.assign({}, SITE_DEFAULT_META, meta || {})).map( - ([name, value]) => , + ([name, content]) => , ); return (