We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6457ff2 commit 73f793aCopy full SHA for 73f793a
1 file changed
tools/pfe-tools/custom-elements-manifest/lib/Manifest.ts
@@ -317,7 +317,7 @@ export class Manifest {
317
const filePath =
318
demo.source?.href.replace(
319
options.sourceControlURLPrefix,
320
- `${join(normalize(options.rootDir), normalize(options.elementsDir))}${path.sep}`,
+ `${join(normalize(options.rootDir), normalize(options.elementsDir))}/`,
321
) ?? '';
322
const [last = ''] = filePath.split(path.sep).reverse();
323
const filename = last.replace('.html', '');
0 commit comments