You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside the _framework folder there are .gz and .br files. Those are the compressed versions of the .wasm & .js files.
If poki serves static files, you have two options:
delete the .gz and .br files.
set enableBrotliCompression in index.html and delete the .gz and .wasm files.
If you host on a dot.net server, you can copy the wwwroot along with the generated webconfig. This will stream the precompressed files if the client support gzip or brotli compressed content.
The text was updated successfully, but these errors were encountered:
nkast says:
Inside the _framework folder there are .gz and .br files. Those are the compressed versions of the .wasm & .js files.
If poki serves static files, you have two options:
If you host on a dot.net server, you can copy the wwwroot along with the generated webconfig. This will stream the precompressed files if the client support gzip or brotli compressed content.
The text was updated successfully, but these errors were encountered: