From 27c0178f62a27ccae716746e94393ec7d1ceeb39 Mon Sep 17 00:00:00 2001 From: chiu Date: Mon, 22 Sep 2025 07:46:52 +0000 Subject: [PATCH] Changed to read from the host --- partial/_head.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partial/_head.html.erb b/partial/_head.html.erb index 476bb54..b216408 100644 --- a/partial/_head.html.erb +++ b/partial/_head.html.erb @@ -22,7 +22,7 @@ <%= javascript_include_tag "app"%> <%= javascript_include_tag "#{@dataApi}" if @dataApi != nil%> - + <%= javascript_include_tag "googleplatform", async: true, defer: true %> <%= render_google_analytics %>