Skip to content

Commit

Permalink
chore: fix playground without relative path
Browse files Browse the repository at this point in the history
#2939
  • Loading branch information
pi0 committed Mar 30, 2022
1 parent 7011117 commit bbfb798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/app.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="app">
<img src="./assets/logo.svg" class="h-20 mb-4">
<img src="~/assets/logo.svg" class="h-20 mb-4">
<h1 class="greeting">
{{ hello }}, <br>Nuxt 3!
</h1>
Expand Down

0 comments on commit bbfb798

Please sign in to comment.