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 8b89488 commit 4fc7dd7Copy full SHA for 4fc7dd7
tools/pfe-tools/dev-server/config.ts
@@ -127,7 +127,7 @@ function pfeDevServerPlugin(options: PfeDevServerInternalConfig): Plugin {
127
return next();
128
}
129
})
130
- // Redirect `elements/jazz-hands/*` to `elements/pf-jazz-hands/*` for files not previously handled
+ // Redirect `elements/jazz-hands/*` to `elements/pf-jazz-hands/*` for requests not previously handled
131
.get(`/${elementsDir}/:element/:splatPath*`, async (ctx, next) => {
132
const { element, splatPath } = ctx.params;
133
if (splatPath.includes('demo')) {
0 commit comments