Get rid of .htaccess now that we're using nginx

This commit is contained in:
wiz 2019-08-23 22:16:27 +09:00
parent eb9659e983
commit e27417dc46
No known key found for this signature in database
GPG key ID: A394E332255A6173
2 changed files with 2 additions and 10 deletions

View file

@ -24,8 +24,7 @@
"tsConfig": "src/tsconfig.app.json",
"assets": [
"src/favicon.ico",
"src/assets",
"src/.htaccess"
"src/assets"
],
"styles": [
"src/styles.scss"
@ -124,4 +123,4 @@
}
},
"defaultProject": "mempool"
}
}

View file

@ -1,7 +0,0 @@
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(.*) /index.html [NC,L]