Skip to content

Commit 875d172

Browse files
authored
docs: make href point to the correct path (#615)
1 parent 8a71e97 commit 875d172

File tree

1 file changed

+1
-1
lines changed
  • apps/svelte.dev/content/tutorial/02-advanced-svelte/07-special-elements/05-svelte-head

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/tutorial/02-advanced-svelte/07-special-elements/05-svelte-head/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Since those are quite hard to show in the context of this tutorial, we'll use it
1414
</script>
1515
1616
+++<svelte:head>
17-
<link rel="stylesheet" href="/stylesheets/{selected}.css" />
17+
<link rel="stylesheet" href="/tutorial/stylesheets/{selected}.css" />
1818
</svelte:head>+++
1919
2020
<h1>Welcome to my site!</h1>

0 commit comments

Comments
 (0)