From e825bd91b5f7ee792076da03b1c5bab3366cc0a5 Mon Sep 17 00:00:00 2001 From: Andrew Borstein Date: Sat, 5 Feb 2022 20:08:29 -0500 Subject: [PATCH] Prevert forward slash removal in custom script --- worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker.js b/worker.js index 813126a..094b00a 100644 --- a/worker.js +++ b/worker.js @@ -24,7 +24,7 @@ const PAGE_DESCRIPTION = const GOOGLE_FONT = "Rubik"; /* Step 5: enter any custom scripts you'd like */ -const CUSTOM_SCRIPT = ``; +const CUSTOM_SCRIPT = String.raw``; /* CONFIGURATION ENDS HERE */