All checks were successful
continuous-integration/drone/push Build is passing
10 lines
219 B
ApacheConf
10 lines
219 B
ApacheConf
AddType application/wasm .wasm
|
|
|
|
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
RewriteBase /
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule (.*) /index.html [QSA,L]
|
|
</IfModule>
|