From fa358761aedfe0dc9d50ea6eca245fa2c6745c51 Mon Sep 17 00:00:00 2001 From: Billson7 Date: Thu, 7 Jan 2021 17:02:09 +0000 Subject: [PATCH] Fixes pragma and pragmaFrag runtime error --- src/components/nav.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/nav.jsx b/src/components/nav.jsx index 9941d37..2c73f68 100644 --- a/src/components/nav.jsx +++ b/src/components/nav.jsx @@ -1,5 +1,6 @@ /** @jsx jsx */ -import { jsx } from 'theme-ui' +/** @jsxRuntime classic */ +import { jsx } from 'theme-ui'; import Link from 'next/link' const Nav = () => (