From 70ec63a8a9f072b96c5592181f9363b76ee952e5 Mon Sep 17 00:00:00 2001 From: Gordon Pedersen Date: Mon, 16 Oct 2023 11:31:51 +1100 Subject: [PATCH] Update .eleventy.js --- .eleventy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);