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 736aaa5 commit 2b1dcceCopy full SHA for 2b1dcce
packages/docusaurus/src/commands/swizzle/actions.ts
@@ -63,9 +63,9 @@ export async function eject({
63
64
const filesToCopy = await Globby(globPatternPosix, {
65
// Workaround for Tinyglobby bug?
66
- // We glob from the repo root, not from the website dir
+ // We glob absolute from the theme root path, not from cwd
67
// See https://github.com/SuperchupuDev/tinyglobby/issues/186
68
- cwd: path.join(process.cwd(), '..'),
+ cwd: themePath,
69
absolute: true,
70
71
ignore: _.compact([
0 commit comments