diff --git a/.eleventy.js b/.eleventy.js index 47b5ae0..7648516 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -189,7 +189,7 @@ module.exports = function(eleventyConfig) { eleventyConfig.addPassthroughCopy({"js":"assets/js"}); eleventyConfig.addPassthroughCopy("css"); eleventyConfig.addPassthroughCopy("CNAME"); - eleventyConfig.addPassthroughCopy("did.json":".well-known/did.json"); + eleventyConfig.addPassthroughCopy({"did.json":".well-known/did.json"}); eleventyConfig.addPlugin(pluginRss);