feat(CI): Adding CI pipeline

This commit is contained in:
Josepablo Cruz
2024-02-15 20:15:16 -06:00
parent f2e33f494f
commit a9eb2d50ef
5 changed files with 48 additions and 2 deletions

6
htaccess Normal file
View File

@@ -0,0 +1,6 @@
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]