Skip to content

Commit b5aa7d7

Browse files
Upgrade shared assets
1 parent bc195f3 commit b5aa7d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<% if (typeof VITE_FOUNDATION_BUILD !== 'undefined' && VITE_FOUNDATION_BUILD
2525
=== 'true') { %>
2626
<script
27-
src="https://shared-assets.microbit.org/common/v1/common.js"
27+
src="https://shared-assets.microbit.org/common/v2/common.js"
2828
async
2929
></script>
3030
<link
3131
rel="stylesheet"
32-
href="https://shared-assets.microbit.org/common/v1/main.css"
32+
href="https://shared-assets.microbit.org/common/v2/main.css"
3333
/>
3434
<script>
3535
// GA config itself is via the common assets config depending on consent.

0 commit comments

Comments
 (0)