From 2191f8875f466988101fa8f557eea03e331174e7 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt <hi@coryd.dev> Date: Sat, 8 Jun 2024 21:19:16 -0700 Subject: [PATCH] chore: error reporting --- src/pages/errors/1000.html | 2 +- src/pages/errors/captcha.html | 2 +- src/pages/errors/js-challenge.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/errors/1000.html b/src/pages/errors/1000.html index 82907e68..cfb982e2 100644 --- a/src/pages/errors/1000.html +++ b/src/pages/errors/1000.html @@ -9,4 +9,4 @@ permalink: /1000.html <p>Nah, that's no good.</p> ::CLOUDFLARE_ERROR_1000S_BOX:: </div> -<script>document.addEventListener('DOMContentLoaded', function () { plausible('500', { props: { path: document.location.pathname } }); });</script> \ No newline at end of file +<script>document.addEventListener('DOMContentLoaded', function () { plausible('1000', { props: { path: document.location.pathname } }); });</script> \ No newline at end of file diff --git a/src/pages/errors/captcha.html b/src/pages/errors/captcha.html index 93f04446..2e4487ab 100644 --- a/src/pages/errors/captcha.html +++ b/src/pages/errors/captcha.html @@ -9,4 +9,4 @@ permalink: /captcha.html <p>Nah, that's no good.</p> ::CAPTCHA_BOX:: </div> -<script>document.addEventListener('DOMContentLoaded', function () { plausible('500', { props: { path: document.location.pathname } }); });</script> \ No newline at end of file +<script>document.addEventListener('DOMContentLoaded', function () { plausible('Captcha', { props: { path: document.location.pathname } }); });</script> \ No newline at end of file diff --git a/src/pages/errors/js-challenge.html b/src/pages/errors/js-challenge.html index 2d3ec780..a5324d57 100644 --- a/src/pages/errors/js-challenge.html +++ b/src/pages/errors/js-challenge.html @@ -9,4 +9,4 @@ permalink: /js-challenge.html <p>Nah, that's no good.</p> ::IM_UNDER_ATTACK_BOX:: </div> -<script>document.addEventListener('DOMContentLoaded', function () { plausible('500', { props: { path: document.location.pathname } }); });</script> \ No newline at end of file +<script>document.addEventListener('DOMContentLoaded', function () { plausible('JS challenge', { props: { path: document.location.pathname } }); });</script> \ No newline at end of file