import link from "./shortcodes/link.js" export default function (eleventyConfig, pluginOptions) { eleventyConfig.addPairedShortcode("link", link); }