Alte Datein transferiert

This commit is contained in:
Simon Martens
2023-01-29 12:44:10 +01:00
parent 76b88bf1fc
commit 9f6437b35d
3481 changed files with 24612 additions and 87 deletions

View File

@@ -3,7 +3,7 @@ const eleventyNavigationPlugin = require("@11ty/eleventy-navigation");
module.exports = function (config) {
// Uses the semi-official "navigation"-plugin for eleventy
eleventyConfig.addPlugin(eleventyNavigationPlugin);
config.addPlugin(eleventyNavigationPlugin);
// Set static folder, which copntent will be copied to the output folder
config.addPassthroughCopy({ "src/static/": "/" });