Skip to content

Commit

Permalink
Small tweak for ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Dec 10, 2024
1 parent 1ebebc8 commit b7f32f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugins/InputPathToUrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ function FilterPlugin(eleventyConfig) {
let suffix = "";
[suffix, targetFilePath] = parseFilePath(targetFilePath);
if (targetFilePath) {
// @ts-ignore
targetFilePath = normalizeInputPath(
targetFilePath,
inputDir,
// @ts-ignore
this.page.inputPath,
contentMap,
);
Expand Down

0 comments on commit b7f32f5

Please sign in to comment.