Skip to content

Commit

Permalink
Stop plugin reporting redirects for now
Browse files Browse the repository at this point in the history
Signed-off-by: Anneke Sinnema <mail@annekesinnema.nl>
  • Loading branch information
anneke committed Jan 20, 2024
1 parent 5ea6341 commit fdb609c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports = function (eleventyConfig) {
redirect: "warn",
broken: "warn",
cacheDuration: "1d",
loggingLevel: 2,
loggingLevel: 1,
excludeUrls: ['https://www.openstreetmap.org*', 'https://www.youtube.com*', 'http://www.example.com*', 'https://codepen.io*', 'https://twitter.com*', 'http://api.dojotoolkit.org*', 'http://www.webdesignermagazine.nl/*', 'http://80beans.com*'],
excludeInputs: [],
callback: null,
Expand Down

0 comments on commit fdb609c

Please sign in to comment.