Skip to content

Commit 1e204fa

Browse files
committed
fix(tools): set default componentSubpath to elements
1 parent ccfcc42 commit 1e204fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pfe-tools/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const SITE_DEFAULTS: Required<SiteOptions> = {
4040
logoUrl: '/docs/images/pfe-logo-inverse-white.svg',
4141
stylesheets: [],
4242
title: 'PatternFly Elements',
43-
componentSubpath: 'components',
43+
componentSubpath: 'elements',
4444
};
4545

4646
const DEFAULT_CONFIG: PfeConfig = {

0 commit comments

Comments
 (0)