Update .eleventy.js

This commit is contained in:
Gordon Pedersen 2023-10-16 11:31:51 +11:00 committed by GitHub
parent d2bf6446ce
commit 70ec63a8a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,7 +189,7 @@ module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy({"js":"assets/js"}); eleventyConfig.addPassthroughCopy({"js":"assets/js"});
eleventyConfig.addPassthroughCopy("css"); eleventyConfig.addPassthroughCopy("css");
eleventyConfig.addPassthroughCopy("CNAME"); eleventyConfig.addPassthroughCopy("CNAME");
eleventyConfig.addPassthroughCopy("did.json":".well-known/did.json"); eleventyConfig.addPassthroughCopy({"did.json":".well-known/did.json"});
eleventyConfig.addPlugin(pluginRss); eleventyConfig.addPlugin(pluginRss);