Skip to content

Commit 9a7115f

Browse files
authored
Fix broken Preprocess link (#439)
1 parent 8d441cb commit 9a7115f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ These options are specific to the Svelte compiler and are generally shared acros
9898

9999
### preprocess
100100

101-
- **Type:** `PreprocessorGroup | PreprocessorGroup[]` - See [svelte.preprocess](https://svelte.dev/docs#svelte_preprocess)
101+
- **Type:** `PreprocessorGroup | PreprocessorGroup[]` - See [svelte.preprocess](https://svelte.dev/docs#compile-time-svelte-preprocess)
102102

103103
An array of preprocessors to transform the Svelte source code before compilation.
104104

0 commit comments

Comments
 (0)