build fix
This commit is contained in:
parent
2e2e65a9f4
commit
a96a6ee279
4
.gitignore
vendored
4
.gitignore
vendored
@ -23,4 +23,6 @@ vite.config.js.timestamp-*
|
|||||||
vite.config.ts.timestamp-*
|
vite.config.ts.timestamp-*
|
||||||
|
|
||||||
/.claude
|
/.claude
|
||||||
/.serenastatic/config.json
|
/.serena
|
||||||
|
|
||||||
|
static/config.json
|
||||||
|
|||||||
11
static/.htaccess
Normal file
11
static/.htaccess
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<IfModule mod_rewrite.c>
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /
|
||||||
|
|
||||||
|
# If the requested filename/directory does not exist
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
|
||||||
|
# Rewrite all traffic to index.html
|
||||||
|
RewriteRule ^(.*)$ /index.html [L]
|
||||||
|
</IfModule>
|
||||||
Loading…
x
Reference in New Issue
Block a user