From 6cdc95244e0a2f028518cf00cfd2177d3f0582b5 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Tue, 13 Aug 2024 17:22:47 +0200 Subject: [PATCH] Added header for giscus --- netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..afce588 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[[headers]] + for = "/giscus/*" + [headers.values] + Access-Control-Allow-Origin = "https://giscus.app" \ No newline at end of file