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
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"
}
}