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

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

Usage no npm install needed!

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

README

Next App With Helmet

Install

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

Example usage

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