Automatic Deploy action run by github-actions

This commit is contained in:
github-actions
2024-07-09 14:44:55 +00:00
parent 888df6dd66
commit 5fa284e0d4
330 changed files with 1163 additions and 24645 deletions

12
.htaccess Normal file
View File

@@ -0,0 +1,12 @@
RewriteEngine On
# force https
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
# https://kit.svelte.dev/docs/single-page-apps#apache
# RewriteBase /
# RewriteRule ^index\.html$ - [L]
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteRule . /index.html [QSA,L]