feat: Add SSL redirect
All checks were successful
Build Docker / Build Main Image (push) Successful in 21s

This commit is contained in:
Nathan Woodburn 2023-11-17 11:31:07 +11:00
parent c3da1ffff3
commit 1493c545bb
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
3 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,7 @@
</div>
</div>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://nathan.woodburn/https.js"></script>
<script src="assets/js/theme.js"></script>
</body>

View File

@ -100,6 +100,7 @@
</div>
</div>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://nathan.woodburn/https.js"></script>
<script src="assets/js/theme.js"></script>
</body>

View File

@ -95,6 +95,7 @@
</div>
</div>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://nathan.woodburn/https.js"></script>
<script src="assets/js/theme.js"></script>
</body>