Skip to content

Commit ab39d73

Browse files
committed
Merge branch 'main' of github.com:sveltejs/learn.svelte.dev
2 parents 3ed6ece + a67fab3 commit ab39d73

File tree

7 files changed

+3
-4
lines changed

7 files changed

+3
-4
lines changed

.gitattributes

-2
This file was deleted.

content/tutorial/.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.md text eol=lf

content/tutorial/03-advanced-svelte/09-special-elements/05-svelte-body/app-a/src/lib/App.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<img
1414
class:curious={hereKitty}
1515
alt="Kitten wants to know what's going on"
16-
src="tutorial/kitten.png"
16+
src="/kitten.png"
1717
/>
1818

1919
<style>

content/tutorial/03-advanced-svelte/09-special-elements/05-svelte-body/app-b/src/lib/App.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<img
1616
class:curious={hereKitty}
1717
alt="Kitten wants to know what's going on"
18-
src="tutorial/kitten.png"
18+
src="/kitten.png"
1919
/>
2020

2121
<style>
-197 Bytes
Loading

static/favicon.png

-197 Bytes
Loading

0 commit comments

Comments
 (0)