Skip to content

Commit f3b323f

Browse files
authored
docs: remove $lib path customization
Updated documentation for $lib import alias in SvelteKit.
1 parent 1f6fb19 commit f3b323f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/docs/98-reference/26-$lib.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: $lib
33
---
44

5-
SvelteKit automatically makes files under `src/lib` available using the `$lib` import alias. You can change which directory this alias points to in your [config file](configuration#files).
5+
SvelteKit automatically makes files under `src/lib` available using the `$lib` import alias.
66

77
```svelte
88
<!--- file: src/lib/Component.svelte --->
9-
A reusable component
9+
<!-- A reusable component -->
1010
```
1111

1212
```svelte

0 commit comments

Comments
 (0)