Test Build

This commit is contained in:
2022-05-19 06:21:32 +07:00
parent 5375446fb5
commit f2e84e6244
49 changed files with 5870 additions and 0 deletions

8
public/release/.htaccess Normal file
View File

@@ -0,0 +1,8 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
</IfModule>