vercel sets WASM content-type correctly so this isnt needed

This commit is contained in:
Jackson Harper
2023-10-27 11:29:14 +08:00
parent 65d96cfc8d
commit bb40ad5afe

View File

@ -57,15 +57,6 @@ const moduleExports = {
},
],
},
{
source: '/(.*).wasm$',
headers: [
{
key: 'Content-Type',
value: 'application/wasm',
},
],
},
]
},
async redirects() {