fix: browseByFolder route should be optional (#12527)

This commit is contained in:
Jarrod Flesch
2025-05-23 15:45:03 -04:00
committed by GitHub
parent 293cdc1b50
commit c010d51543

View File

@@ -851,7 +851,7 @@ export type Config = {
* *
* @default '/browse-by-folder' * @default '/browse-by-folder'
*/ */
browseByFolder: `/${string}` browseByFolder?: `/${string}`
/** The route for the create first user page. /** The route for the create first user page.
* *
* @default '/create-first-user' * @default '/create-first-user'