title |
---|
`getInitialProps` Export Warning |
You attempted to statically export your application via output: 'export'
or next export
, however, one or more of your pages uses getInitialProps
.
Next.js discourages you to use getInitialProps
in this scenario.
Use getStaticProps
instead for proper SSG support.