Skip to content

Commit

Permalink
Fixes wrong path in zuix add command.
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Apr 4, 2022
1 parent 6d8f8a8 commit c831d4d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zuix.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const contentSourceFolder = path.join(sourceFolder, contentFolder);
const contentBuildFolder = path.join(buildFolder, contentFolder)

function addPage(args) {
const pageTemplatesPath = path.join('./templates', contentFolder);
const pageTemplatesPath = path.join('./templates', contentFolder, '/');
const template = args.layout;
let outputFile = args.name.toLowerCase();
const pageName = path.basename(outputFile);
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c831d4d

Please sign in to comment.