vercel sets WASM content-type correctly so this isnt needed
This commit is contained in:
@ -57,15 +57,6 @@ const moduleExports = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
source: '/(.*).wasm$',
|
||||
headers: [
|
||||
{
|
||||
key: 'Content-Type',
|
||||
value: 'application/wasm',
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
},
|
||||
async redirects() {
|
||||
|
||||
Reference in New Issue
Block a user