diff --git a/worker.js b/worker.js index 17dd635..604d57d 100644 --- a/worker.js +++ b/worker.js @@ -23,7 +23,10 @@ const PAGE_DESCRIPTION = /* Step 4: enter a Google Font name, you can choose from https://fonts.google.com */ const GOOGLE_FONT = "Rubik"; -/* Step 5: enter any custom scripts you'd like */ +/* Step 5: Google analytics tag */ +const GA_TAG = ''; + +/* Step 6: enter any custom scripts you'd like */ const CUSTOM_SCRIPT = ``; /* CONFIGURATION ENDS HERE */ @@ -210,7 +213,16 @@ class BodyRewriter { } element(element) { element.append( - ` + +