Skip to content

Commit 5302088

Browse files
Paul Boocockpaulboocock
authored andcommitted
Remove reference to Snowplow CDN in tag.js (close #846)
1 parent e5c3f84 commit 5302088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tags/tag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@
7878
// Insert the Snowplow script before every other script so it executes as soon as possible
7979
g.parentNode.insertBefore(n,g);
8080
}
81-
} (window, document, 'script', '//d1fc8wv8zag5ca.cloudfront.net/2/sp.js', 'new_name_here'));
81+
} (window, document, 'script', '//{{url}}/sp.js', 'new_name_here'));

0 commit comments

Comments
 (0)