From 08c873ae6a05c1dd8113519409341e65bd21b847 Mon Sep 17 00:00:00 2001 From: Brandy Smith <6577830+brandyscarney@users.noreply.github.com> Date: Mon, 19 May 2025 17:23:28 -0400 Subject: [PATCH] docs(playgrounds): fix cdn imports to target v8 --- static/code/stackblitz/v8/html/index.withContent.html | 4 ++-- static/usage/v8/common.js | 2 +- static/usage/v8/fab/before-content/demo.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/static/code/stackblitz/v8/html/index.withContent.html b/static/code/stackblitz/v8/html/index.withContent.html index e83c15e8ec9..af371907653 100644 --- a/static/code/stackblitz/v8/html/index.withContent.html +++ b/static/code/stackblitz/v8/html/index.withContent.html @@ -1,8 +1,8 @@ - - + + diff --git a/static/usage/v8/common.js b/static/usage/v8/common.js index 0047419a322..752a7424bb6 100644 --- a/static/usage/v8/common.js +++ b/static/usage/v8/common.js @@ -1,7 +1,7 @@ const linkElement = document.createElement('link'); linkElement.rel = 'stylesheet'; -linkElement.href = 'https://cdn.jsdelivr.net/npm/@ionic/core@next/css/palettes/dark.class.css'; +linkElement.href = 'https://cdn.jsdelivr.net/npm/@ionic/core@8/css/palettes/dark.class.css'; document.head.appendChild(linkElement); diff --git a/static/usage/v8/fab/before-content/demo.html b/static/usage/v8/fab/before-content/demo.html index 1c7e04ef66b..c26615d9e79 100644 --- a/static/usage/v8/fab/before-content/demo.html +++ b/static/usage/v8/fab/before-content/demo.html @@ -6,8 +6,8 @@ Fab - - + +