Skip to content

Commit

Permalink
Update packages/kit/src/core/config/options.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
  • Loading branch information
Rich-Harris and benmccann authored Feb 10, 2022
1 parent 69b6daf commit 1e2a61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/core/config/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const options = object(
concurrency: number(1),
crawl: boolean(true),
createIndexFiles: error(
(keypath) => `${keypath} has been removed — configure it via your adapter instead`
(keypath) => `${keypath} has been removed — it is now controlled by the trailingSlash option. See https://kit.svelte.dev/docs/configuration#trailingslash`
),
enabled: boolean(true),
entries: validate(['*'], (input, keypath) => {
Expand Down

0 comments on commit 1e2a61e

Please sign in to comment.