Skip to content

Commit

Permalink
fix: build path prefix from query-rendered paths
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Aug 19, 2022
1 parent 59aaa53 commit 3b41d10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/lib/path/Template.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class Template

if (nextTree) {
currentTree = nextTree;
pathPrefix = path.join(pathPrefix, nextName);
} else {
return;
}
Expand Down

0 comments on commit 3b41d10

Please sign in to comment.