Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commitab39d73

Browse files
committed
Merge branch 'main' of github.com:sveltejs/learn.svelte.dev
2 parents3ed6ece +a67fab3 commitab39d73

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+
*.mdtexteol=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>
Loading

‎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)

[8]ページ先頭

©2009-2025 Movatter.jp