Skip to content

Commit 1e2a61e

Browse files
Update packages/kit/src/core/config/options.js
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
1 parent 69b6daf commit 1e2a61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/core/config/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const options = object(
187187
concurrency: number(1),
188188
crawl: boolean(true),
189189
createIndexFiles: error(
190-
(keypath) => `${keypath} has been removed — configure it via your adapter instead`
190+
(keypath) => `${keypath} has been removed — it is now controlled by the trailingSlash option. See https://kit.svelte.dev/docs/configuration#trailingslash`
191191
),
192192
enabled: boolean(true),
193193
entries: validate(['*'], (input, keypath) => {

0 commit comments

Comments
 (0)