diff --git a/.eleventy.js b/.eleventy.js index 2c6fa76..ab4faca 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -6,5 +6,9 @@ module.exports = function (eleventyConfig) { ]), }) + eleventyConfig.addPlugin(require('eleventy-plugin-automatic-noopener'), { + noreferrer: true, + }) + return {dir: {input: 'src', output: 'dist'}} }