mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
vercel sets WASM content-type correctly so this isnt needed
This commit is contained in:
parent
65d96cfc8d
commit
bb40ad5afe
1 changed files with 0 additions and 9 deletions
|
|
@ -57,15 +57,6 @@ const moduleExports = {
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
source: '/(.*).wasm$',
|
||||
headers: [
|
||||
{
|
||||
key: 'Content-Type',
|
||||
value: 'application/wasm',
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
},
|
||||
async redirects() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue