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
Request timeout in ms. Defaults to 0 (no timeout).
82
82
83
+
--url-rewrite-search
84
+
Pattern to search for in urls. Must be used with --url-rewrite-replace.
85
+
86
+
--url-rewrite-replace
87
+
Expression used to replace search content. Must be used with --url-rewrite-search.
88
+
83
89
--verbosity
84
90
Override the default verbosity for this command. Available options are
85
91
'debug', 'info', 'warning', 'error', and 'none'. Defaults to 'warning'.
@@ -200,6 +206,7 @@ where the server is started. Defaults to the path passed in `path`.
200
206
- `markdown`(boolean) - Automatically parse and scan markdown if scanning from a location on disk.
201
207
- `linksToSkip`(array | function) - An array of regular expression strings that should be skipped, OR an async function that's called for each link with the link URL as its only argument. Return a Promise that resolves to `true` to skip the link or `false` to check it.
202
208
- `directoryListing`(boolean) - Automatically serve a static file listing page when serving a directory. Defaults to `false`.
209
+
- `urlRewriteExpressions`(array) - Collection of objects that contain a search pattern, and replacement.
0 commit comments