diff --git a/frontend/angular.json b/frontend/angular.json index fe9ec09b0..8742ea254 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -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" -} \ No newline at end of file +} diff --git a/frontend/src/.htaccess b/frontend/src/.htaccess deleted file mode 100644 index 2513ec66c..000000000 --- a/frontend/src/.htaccess +++ /dev/null @@ -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] \ No newline at end of file