diff --git a/packages/web/next.config.js b/packages/web/next.config.js index 885a119a3..6e5012480 100644 --- a/packages/web/next.config.js +++ b/packages/web/next.config.js @@ -57,15 +57,6 @@ const moduleExports = { }, ], }, - { - source: '/(.*).wasm$', - headers: [ - { - key: 'Content-Type', - value: 'application/wasm', - }, - ], - }, ] }, async redirects() {