ultimate-jekyll-manager 0.0.101 → 0.0.103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/setup.js +1 -1
- package/package.json +1 -1
package/dist/commands/setup.js
CHANGED
|
@@ -253,7 +253,7 @@ async function ensureCoreFiles() {
|
|
|
253
253
|
logger.log('No src/_config.yml found. Creating default config file...');
|
|
254
254
|
|
|
255
255
|
// Copy default _config.yml
|
|
256
|
-
const sourcePath = path.join(rootPathPackage, '
|
|
256
|
+
const sourcePath = path.join(rootPathPackage, 'dist/defaults/src/_config.yml');
|
|
257
257
|
const targetPath = path.join(rootPathProject, 'src/_config.yml');
|
|
258
258
|
|
|
259
259
|
jetpack.copy(sourcePath, targetPath);
|