landing page updates
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 1s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 4s
Apply Kuberentes Configs / notify-on-failure (push) Has been skipped

This commit is contained in:
2026-03-05 10:33:56 -07:00
parent 9f9a2fdc2c
commit a5e2ce944e
2 changed files with 5 additions and 1 deletions

View File

@@ -47,5 +47,5 @@
window.GITEA_APP_URL = "{{AppUrl}}";
window.GITEA_SUB_URL = "{{AppSubUrl}}";
</script>
<script src="{{AppSubUrl}}/assets/js/custom-landing.js"></script>
<script src="{{AppSubUrl}}/assets/js/custom-landing.js?v=2"></script>
{{template "base/footer" .}}