Skip to content

Commit e6f3ca8

Browse files
committed
fix: document the effect of the new value
1 parent 7e9ca54 commit e6f3ca8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/astro/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ export interface Options {
1515
*
1616
* Set this to false to customize the pages.
1717
*
18+
* Use 'tutorial-only' to only inject the tutorial routes. This is useful
19+
* if you want to have a different landing page.
20+
*
1821
* @default true
1922
*/
2023
defaultRoutes?: boolean | 'tutorial-only';

0 commit comments

Comments
 (0)