From b39a0d2a6835984f82e166e63cad244dfce5fba8 Mon Sep 17 00:00:00 2001 From: John-Henry Liberty <449321+jhliberty@users.noreply.github.com> Date: Sun, 11 Feb 2024 08:07:16 -0600 Subject: [PATCH] Update README.md Updates readme to show the proper way to use the src property in the config for SimpleAnalytics. without the protocol it tries to append it to your base url like https://example.com/sa.example.com/latest.js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e178d455..317b0979 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ module.exports = function (environment) { mode: 'hash', nonUniqueHostnames: 'checkout.stripe.com', pathOverwriter: 'myPathOverwriter', - src: 'my-custom-script.example.org/latest.js', + src: 'https://my-custom-script.example.org/latest.js', } } ]