diff --git a/frontend/public/.htaccess b/frontend/public/.htaccess new file mode 100644 index 0000000..1db6255 --- /dev/null +++ b/frontend/public/.htaccess @@ -0,0 +1,9 @@ + + RewriteEngine On + RewriteBase / + + RewriteCond %{REQUEST_URI} !^/api + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteRule ^ /index.html [L] +