Update .eleventy.js to passthrough did.json
This commit is contained in:
parent
ce680a0770
commit
d2bf6446ce
1 changed files with 2 additions and 1 deletions
|
@ -189,6 +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.addPlugin(pluginRss);
|
||||
|
||||
|
@ -201,4 +202,4 @@ module.exports = function(eleventyConfig) {
|
|||
htmlTemplateEngine: "njk",
|
||||
templateFormats: ["md","html","njk"]
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue