Skip to content

Commit bbee6a1

Browse files
committed
docs: use local icon to prevent cors issues on stackblitz
1 parent 65ee83f commit bbee6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ion-header translucent>
44
<ion-toolbar class="toolbar">
55
<ion-thumbnail slot="start">
6-
<ion-img src="https://nuxtjs.org/design-kit/colored-logo.svg" />
6+
<ion-img src="/icon.png" />
77
</ion-thumbnail>
88
<ion-title> Nuxt Ionic </ion-title>
99
</ion-toolbar>

0 commit comments

Comments
 (0)