From d996b89d6ab60c520820b5effb42444ba09ce263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81sgeir=20Thor=20Johnson?= Date: Thu, 4 Jun 2026 13:19:34 +0000 Subject: [PATCH] Add Open Graph meta tags to Pages redirect --- .github/scripts/accumulate-traffic.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/scripts/accumulate-traffic.py b/.github/scripts/accumulate-traffic.py index 64cad2d..69800ba 100644 --- a/.github/scripts/accumulate-traffic.py +++ b/.github/scripts/accumulate-traffic.py @@ -96,7 +96,18 @@ def build_dashboard(publish_dir, ref_history, path_history): f.write(html) print(f"Dashboard written to {out_path}") - redirect = '' + redirect = """ + + + + + + + + + +System Prompts Leaks +""" with open(os.path.join(publish_dir, "index.html"), "w") as f: f.write(redirect) print("Root redirect written")