added build
This commit is contained in:
6
build/.htaccess
Normal file
6
build/.htaccess
Normal file
@@ -0,0 +1,6 @@
|
||||
Options +FollowSymLinks
|
||||
RewriteEngine On
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^ index.html [L]
|
||||
Reference in New Issue
Block a user