chore: fix playground without relative path

#2939
This commit is contained in:
Pooya Parsa 2022-03-31 01:09:18 +02:00
parent 7011117c83
commit bbfb798f09
1 changed files with 1 additions and 1 deletions

View File

@ -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>