Skip to content

Commit 71a8d9d

Browse files
committed
Omit PV cache file from output.
1 parent 615ed71 commit 71a8d9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/data/pv-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const proxyData = '{"url": "{{ site.google_analytics.pv.proxy_endpoint }}"}';
66

77
{%- capture pv_data -%}
88
{%- if site.google_analytics.pv.cache and site.google_analytics.pv.enabled -%}
9-
{% include_relative pageviews.json %}
9+
{% include_relative _pageviews.json %}
1010
{%- endif -%}
1111
{%- endcapture -%}
1212

0 commit comments

Comments
 (0)