From 37bfee305304ab702c37e91fae9fdeea5775798c Mon Sep 17 00:00:00 2001 From: Tixie Date: Thu, 6 Jun 2024 23:12:15 +0200 Subject: [PATCH] Remove obsolete deployment config --- public/.htaccess | 8 -------- public/_redirects | 2 -- 2 files changed, 10 deletions(-) delete mode 100644 public/.htaccess delete mode 100644 public/_redirects diff --git a/public/.htaccess b/public/.htaccess deleted file mode 100644 index 4dd8c31..0000000 --- a/public/.htaccess +++ /dev/null @@ -1,8 +0,0 @@ - - RewriteEngine On - RewriteBase / - RewriteRule ^index\.html$ - [L] - RewriteCond %{REQUEST_FILENAME} !-f - RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule . /index.html [L] - diff --git a/public/_redirects b/public/_redirects deleted file mode 100644 index 75ae215..0000000 --- a/public/_redirects +++ /dev/null @@ -1,2 +0,0 @@ -# Netlify settings for single-page application -/* /index.html 200 \ No newline at end of file