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