digdir / designsystemet

Designsystemet
https://designsystemet.no
MIT License
81 stars 37 forks source link

Upgrade Storefront to use correct mdx setup #1266

Closed mimarz closed 5 months ago

mimarz commented 10 months ago

We are currently using and old way of setting up next with mdx support. This is preventing us from keeping dependencies up to date and we have very old packages here, meaning it will just get worse as next develops.

Use this guide for configuring the new way: https://nextjs.org/docs/pages/building-your-application/configuring/mdx

Barsnes commented 5 months ago

This was done in the next branch