@atlantis-lab/next-document-with-helmet

yarn add @atlantis-lab/next-document-with-helmet

Usage no npm install needed!

<script type="module">
  import atlantisLabNextDocumentWithHelmet from 'https://cdn.skypack.dev/@atlantis-lab/next-document-with-helmet';
</script>

README

Next Document With Helmet

Install

yarn add @atlantis-lab/next-document-with-helmet

Example usage

import Document       from 'next/document'
import compose        from 'recompose/compose'
import { withHelmet } from '@atlantis-lab/next-document-with-helmet'
const withProviders = compose(withHelmet())
export default withProviders(Document)