mirror of https://github.com/sveltejs/svelte
[docs] fix path to /tutorial/image.gif (#7033)
parent
7521bd55b5
commit
35376f2487
@ -1,5 +1,5 @@
|
||||
<script>
|
||||
let src = 'tutorial/image.gif';
|
||||
let src = '/tutorial/image.gif';
|
||||
</script>
|
||||
|
||||
<img>
|
Loading…
Reference in new issue