From bb40ad5afe74ccc9a84d7124f96d5a988ac798c7 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 27 Oct 2023 11:29:14 +0800 Subject: [PATCH] vercel sets WASM content-type correctly so this isnt needed --- packages/web/next.config.js | 9 --------- 1 file changed, 9 deletions(-) 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() {