Add AI poisoning.

This commit is contained in:
天クマ 2026-07-04 15:36:25 -03:00
commit e9bbeb6dd3
8 changed files with 21 additions and 2 deletions

7
package-lock.json generated
View file

@ -13,6 +13,7 @@
"@sardine/eleventy-plugin-external-links": "^1.4.0",
"eleventy-plugin-git-commit-date": "^1.0.2",
"eleventy-plugin-inline-link-favicon": "^1.1.0",
"eleventy-plugin-poison": "^1.0.1",
"eleventy-plugin-recent-changes": "^1.0.1",
"eleventy-plugin-webmentions": "^2.1.0"
}
@ -370,6 +371,12 @@
"integrity": "sha512-ZhzQ9WYwhrHBGHv1fBwK1y2QYYJt8jX4oUL3jB82AWCv03WpiMBK77OIJcGBo7XQdo4gIm6oPQZ8tG/150ApeA==",
"license": "MIT"
},
"node_modules/eleventy-plugin-poison": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/eleventy-plugin-poison/-/eleventy-plugin-poison-1.0.1.tgz",
"integrity": "sha512-mjfed3IZvPRJCGtjWUnjOsNREKptikeIeXNwXlIv20l/YqSq01MtFZKMcFvmwFs1d/3CVQAjrLuXg/eJQeXRvg==",
"license": "MIT"
},
"node_modules/eleventy-plugin-recent-changes": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/eleventy-plugin-recent-changes/-/eleventy-plugin-recent-changes-1.0.1.tgz",