From 7b4c8152d1e2eb76a0d3a911e9ec886ea201217c Mon Sep 17 00:00:00 2001 From: dicedtomatoreal Date: Tue, 13 Oct 2020 21:32:16 -0700 Subject: [PATCH] config meta --- src/pages/_app.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 75abc02b..6823c9c9 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -35,12 +35,16 @@ export default function MyApp(props) { name='viewport' content='minimum-scale=1, initial-scale=1, width=device-width' /> - - - - - + {metas ? ( + + + + + + + + ) : null}