Useful snippets

    nextjs config

    next.config.js og webpack.config.js

    next.config.js er en slags utvidelse til webpack.config.js . Man har ikke direkte tilgang til webpack-filen, men man kan bruke next config filaslik jeg forstår dette sitatet i hvert fall:

    Imagine your next.config.js as something to append to an existing webpack.config behind the scenes. You won't have direct access to the webpack but you can extend it.

    se https://stackoverflow.com/questions/50746420/nextjs-import-images-in-mdx supersizze sin melding