Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mertdy committed Feb 2, 2023
1 parent c52605f commit 655ff1a
Show file tree
Hide file tree
Showing 1,451 changed files with 10,517 additions and 96 deletions.
12 changes: 12 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
RewriteEngine On

RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

# If an existing asset or directory is requested go to it as it is
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
RewriteRule ^ - [L]

# If the requested resource doesn't exist, use index.html
RewriteRule ^ /index.html
1 change: 1 addition & 0 deletions 1033.0d4c404c719a46a0.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions 1118.c738fa83e321ec68.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 1186.191436a28eb8f4b0.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions 1217.696cf77c7baec4c9.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 1435.a4525a4beca9fd9e.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 655ff1a

Please sign in to comment.