Skip to content

Commit a67fab3

Browse files
fix specificity of .gitattributes and some borked assets (sveltejs#87)
* specificity of .gitattributes * never gonna give up on corrupted gifs * meow * favicon * forgot about that part * gah i have to repeat the commit locally in order to merge. fml Co-authored-by: Rich Harris <[email protected]>
1 parent 343271a commit a67fab3

File tree

7 files changed

+3
-4
lines changed

7 files changed

+3
-4
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

content/tutorial/.gitattributes

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)