Skip to content

Commit 781ba2b

Browse files
authored
docs: fixed error link (#1086)
1 parent e450318 commit 781ba2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ These options are specific to the Svelte compiler and are generally shared acros
9292

9393
### compilerOptions
9494

95-
- **Type:** `CompileOptions` - See [svelte.compile](https://svelte.dev/docs#compile-time-svelte-compile)
95+
- **Type:** `CompileOptions` - See [svelte.compile](https://svelte.dev/docs/svelte/svelte-compiler#CompileOptions)
9696

9797
The options to be passed to the Svelte compiler. A few options are set by default, including `dev` and `css`. However, some options are non-configurable, like `filename`, `format`, `generate`, and `cssHash` ([in dev](./faq.md#why-cant-csshash-be-set-in-development-mode)).
9898

0 commit comments

Comments
 (0)