christopherafbjur / sanity-plugin-icon-picker

MIT License
29 stars 22 forks source link

Deploying NextJS embedded studio breaks studio #33

Closed christopherafbjur closed 1 year ago

christopherafbjur commented 1 year ago

image image

Reference

JohnGemstone commented 1 year ago

Hey @christopherafbjur, could you try adding swcMinify: false, to your next config like so:

const nextConfig = {
  experimental: {
    appDir: true,
  },
  swcMinify: false,
}