mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
Get rid of .htaccess now that we're using nginx
This commit is contained in:
parent
eb9659e983
commit
e27417dc46
2 changed files with 2 additions and 10 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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]
|
Loading…
Add table
Reference in a new issue