diff --git a/bun.lockb b/bun.lockb index ca689707..4610c6c2 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/eleventy.config.js b/eleventy.config.js index 866653b1..fa89770a 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -1,5 +1,6 @@ // Installed Plug-ins const pluginWebc = require("@11ty/eleventy-plugin-webc"); +const metagen = require('eleventy-plugin-metagen'); module.exports = function (eleventyConfig) { // Copy files @@ -9,6 +10,7 @@ module.exports = function (eleventyConfig) { // Installed Plug-ins eleventyConfig.addPlugin(pluginWebc); + eleventyConfig.addPlugin(metagen); return { dir: { diff --git a/package.json b/package.json index f29e3b7c..7f213612 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "dependencies": { "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-plugin-webc": "^0.11.2", + "eleventy-plugin-metagen": "^1.8.3", "install": "^0.13.0" } } \ No newline at end of file