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: documentation/docs/14-configuration.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ export default {
133
133
134
134
### host
135
135
136
-
A value that overrides the one derived from [`config.kit.headers.host`](#configuration-headers-host).
136
+
A value that overrides the one derived from [`config.kit.headers.host`](#configuration-headers).
137
137
138
138
### hydrate
139
139
@@ -222,7 +222,7 @@ See [Prerendering](#page-options-prerender). An object containing zero or more o
222
222
223
223
### protocol
224
224
225
-
Theprotocolisassumedtobe`'https'` (unlessyou're developing locally without the `--https` flag) unless [`config.kit.headers.protocol`](#configuration-headers-protocol) is set. If necessary, you can override it here.
225
+
Theprotocolisassumedtobe`'https'` (unlessyou're developing locally without the `--https` flag) unless [`config.kit.headers.protocol`](#configuration-headers) is set. If necessary, you can override it here.
0 commit comments