diff --git a/components/custom-head/index.js b/components/custom-head/index.js index 0510677..34adec7 100644 --- a/components/custom-head/index.js +++ b/components/custom-head/index.js @@ -1,3 +1,4 @@ +import { isDev } from 'env' import NextHead from 'next/head' export function CustomHead({ title = '', description, image, keywords }) { @@ -9,7 +10,7 @@ export function CustomHead({ title = '', description, image, keywords }) { +