Improved the PV fetching.

Discard some of the old permalink PV records.
This commit is contained in:
Cotes Chung
2020-07-12 22:59:05 +08:00
parent 313c44f238
commit c0ba181246
6 changed files with 61 additions and 73 deletions

View File

@@ -13,7 +13,7 @@
{% if site.google_analytics.pv.enabled %}
const proxyData = '{"url": "{{ site.google_analytics.pv.proxy_endpoint }}"}';
{% include_relative _pv-config.js %}
{% include_relative _utils/pageviews.js %}