linkear directo a la carpeta
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
da8a5d6a8c
commit
bf75b78b4c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const { EleventyHtmlBasePlugin } = require("@11ty/eleventy");
|
|||
const automaticNoopener = require("eleventy-plugin-automatic-noopener");
|
||||
const markdownItWikilinks = require("markdown-it-wikilinks")({
|
||||
uriSuffix: "",
|
||||
postProcessPagePath: (path) => path,
|
||||
postProcessPagePath: (path) => path + "/",
|
||||
postProcessLabel: (path) => basename(path).match(/^(?:(?:\d{4})-(?:\d{2})-(?:\d{2})-)?(.+)$/)[1],
|
||||
relativeBaseURL: "../",
|
||||
});
|
||||
|
|
Reference in a new issue