Options -MultiViews
RewriteEngine On

# SPA fallback: serve index.html for all non-file routes
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ /index.html [L]
