We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc195f3 commit b5aa7d7Copy full SHA for b5aa7d7
index.html
@@ -24,12 +24,12 @@
24
<% if (typeof VITE_FOUNDATION_BUILD !== 'undefined' && VITE_FOUNDATION_BUILD
25
=== 'true') { %>
26
<script
27
- src="https://shared-assets.microbit.org/common/v1/common.js"
+ src="https://shared-assets.microbit.org/common/v2/common.js"
28
async
29
></script>
30
<link
31
rel="stylesheet"
32
- href="https://shared-assets.microbit.org/common/v1/main.css"
+ href="https://shared-assets.microbit.org/common/v2/main.css"
33
/>
34
<script>
35
// GA config itself is via the common assets config depending on consent.
0 commit comments