Skip to content

Commit a928d22

Browse files
authored
docs: update svelte compile options URL (#414)
1 parent a816143 commit a928d22

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#svelte_compile)
95+
- **Type:** `CompileOptions` - See [svelte.compile](https://svelte.dev/docs#compile-time-svelte-compile)
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)