Switch to Netlify static host to support SharedArrayBuffer via COEP/COOP headers. Github Pages does not support these headers yet.

This commit is contained in:
Alf
2021-07-27 20:22:36 -07:00
parent 88110bfd1b
commit 94f3c6ad80
5 changed files with 10 additions and 12 deletions

View File

@@ -5,9 +5,6 @@ module.exports = {
title: 'FFProbe',
}
},
publicPath: process.env.NODE_ENV === 'production'
? '/ffprobe-wasm/'
: '/',
configureWebpack: {
devServer: {
headers: {