Add HTML noopener processor
This commit is contained in:
parent
f83e11bfb7
commit
6f48bf1d0f
1 changed files with 4 additions and 0 deletions
|
@ -6,5 +6,9 @@ module.exports = function (eleventyConfig) {
|
|||
]),
|
||||
})
|
||||
|
||||
eleventyConfig.addPlugin(require('eleventy-plugin-automatic-noopener'), {
|
||||
noreferrer: true,
|
||||
})
|
||||
|
||||
return {dir: {input: 'src', output: 'dist'}}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue