[Build] Frontend Dashboard

This commit is contained in:
R
2023-01-19 10:15:55 +07:00
parent f56361de62
commit 21dc0b1fc1
91 changed files with 1078 additions and 1171 deletions

View File

@@ -1,5 +1,4 @@
<IfModule mod_rewrite.c>
Modpagespeed Off
RewriteEngine On
RewriteBase /
@@ -7,3 +6,7 @@
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /index.html [QSA,L]
</IfModule>
<IfModule pagespeed_module>
ModPagespeed off
</IfModule>