eleventy-plugin-backlinks
eleventy-plugin-backlinks copied to clipboard
Handling eleventy config dir.input
In my eleventy configuration, I have:
return {
dir: {
input: "notes"
}
}
I'm not sure what I need to set the folder parameter to be for this plugin.
Thanks