Skip to content

Commit 88c8cad

Browse files
authored
chore: fix base path in examples build for GH pages (thrice) (#635)
### Summary Continuing from #634 and #633 Hopefully third time is the charm I did a few more local tests this time and I'm more certain this will fix all issues
1 parent 7c7dab0 commit 88c8cad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/generate-examples-manifest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function generateExamplesManifest() {
3636
return {
3737
id: example.name,
3838
title: title,
39-
path: `/${example.name}/`,
39+
path: `${example.name}/`,
4040
directory: example.name
4141
};
4242
});

0 commit comments

Comments
 (0)