Skip to content

Commit

Permalink
Remove brotli compression
Browse files Browse the repository at this point in the history
  • Loading branch information
SriramGaddam5 committed Nov 15, 2023
1 parent fe4ab63 commit cbcc1f4
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions Build/WebGL 0.1.framework.js

Large diffs are not rendered by default.

Binary file removed Build/WebGL 0.1.framework.js.br
Binary file not shown.
Binary file added Build/WebGL 0.1.wasm
Binary file not shown.
Binary file removed Build/WebGL 0.1.wasm.br
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
var buildUrl = "Build";
var loaderUrl = buildUrl + "/WebGL 0.1.loader.js";
var config = {
dataUrl: buildUrl + "/WebGL 0.1.data.br",
frameworkUrl: buildUrl + "/WebGL 0.1.framework.js.br",
codeUrl: buildUrl + "/WebGL 0.1.wasm.br",
dataUrl: buildUrl + "/WebGL 0.1.data",
frameworkUrl: buildUrl + "/WebGL 0.1.framework.js",
codeUrl: buildUrl + "/WebGL 0.1.wasm",
streamingAssetsUrl: "StreamingAssets",
companyName: "Pineapple120",
productName: "Chronicles of Contagion",
Expand Down

0 comments on commit cbcc1f4

Please sign in to comment.