Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/src/commit/5f3e718b74e1b41c320652ac6b2c4dbab936c593/Misc/trash-sync/index.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/Misc/trash-sync/index.html

15 lines
450 B

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<link rel="canonical" href="../../Guide-Sync/">
<script>var anchor=window.location.hash.substr(1);location.href="../../Guide-Sync/"+(anchor?"#"+anchor:"")</script>
<meta http-equiv="refresh" content="0; url=../../Guide-Sync/">
</head>
<body>
You're being redirected to a <a href="../../Guide-Sync/">new destination</a>.
</body>
</html>