Skip to content

Commit

Permalink
refactor(userSetup): remove unnecessary pathPrefix in `userEleventySe…
Browse files Browse the repository at this point in the history
…tup` function
  • Loading branch information
HoshinoRei committed Jun 7, 2024
1 parent 1d50d72 commit df431ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/helpers/userSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ function userEleventySetup(eleventyConfig) {
// The eleventyConfig parameter stands for the the config instantiated in /.eleventy.js.
// Feel free to add any plugin you want here instead of /.eleventy.js
eleventyConfig.addPlugin(EleventyHtmlBasePlugin);

return {
pathPrefix: "/digital-garden/",
};
}
exports.userMarkdownSetup = userMarkdownSetup;
exports.userEleventySetup = userEleventySetup;

0 comments on commit df431ab

Please sign in to comment.