From c4198219b6c8346e726e9176aa20326f6fdc832f Mon Sep 17 00:00:00 2001 From: SukkaW Date: Sat, 2 Mar 2024 03:05:04 +0800 Subject: [PATCH] chore: replace `polyfill.io` --- samples/playground.html.njk | 4 ++-- src/_includes/layout.njk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/playground.html.njk b/samples/playground.html.njk index 5057235dbb..079c333fbf 100644 --- a/samples/playground.html.njk +++ b/samples/playground.html.njk @@ -7,7 +7,7 @@ preconnect: - fonts.googleapis.com - khms0.googleapis.com - khms1.googleapis.com - - polyfill.io + - cdnjs.cloudflare.com --- @@ -38,4 +38,4 @@ preconnect: - \ No newline at end of file + diff --git a/src/_includes/layout.njk b/src/_includes/layout.njk index 705443c3a7..35e9e8105e 100644 --- a/src/_includes/layout.njk +++ b/src/_includes/layout.njk @@ -9,7 +9,7 @@ {{ title }} - {% block polyfill -%}{% endblock -%} + {% block polyfill -%}{% endblock -%} {% block external -%}{% endblock -%} {% if mode == "playground" %} @@ -52,4 +52,4 @@ {% endblock %} - \ No newline at end of file +