renamed to tibi-svelte-starter

This commit is contained in:
2022-02-26 11:09:53 +01:00
parent 66d8313316
commit 5843680e14
13 changed files with 44 additions and 44 deletions

View File

@@ -8,6 +8,6 @@ DirectoryIndex noindex
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/?(.*)$ http://wmbasic_api:8080/api/v1/_/__NAMESPACE__/ssr?token=__SSR_TOKEN__&url=/$1 [P,QSA,L]
RewriteRule ^/?(.*)$ http://tibi-server:8080/api/v1/_/__NAMESPACE__/ssr?token=__SSR_TOKEN__&url=/$1 [P,QSA,L]
#RewriteRule (.*) /spa.html [QSA,L]
</ifModule>