We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc7dd7 commit aa92f1cCopy full SHA for aa92f1c
tools/pfe-tools/config.ts
@@ -13,7 +13,7 @@ interface SiteOptions {
13
stylesheets?: string[];
14
/** Title for main page of the demo */
15
title?: string;
16
- /** Site subpath for components. e.g. 'elements'. default: 'elements' */
+ /** Site subpath for components. e.g. 'elements'. default: 'components' */
17
componentSubpath?: string;
18
}
19
0 commit comments