You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/kit/src/core/config/options.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ const options = object(
187
187
concurrency: number(1),
188
188
crawl: boolean(true),
189
189
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`
0 commit comments