Last active
June 18, 2021 17:17
-
-
Save rogueyoshi/8b82f3fe31e2035f959467e5da802c5a to your computer and use it in GitHub Desktop.
Netlify headers file for Unity 2019 WebGL Builds with Brotli Compression and WASM Streaming
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*.unityweb | |
Content-Encoding: br | |
Content-Type: application/octet-stream | |
/*.wasm | |
Content-Encoding: br | |
Content-Type: application/wasm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment