We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbacd9 commit 2b988ddCopy full SHA for 2b988dd
.eleventy.js
@@ -37,7 +37,7 @@ module.exports = (eleventyConfig) => {
37
// PASSTHRU: Copy the `assets` directory to the compiled site folder
38
eleventyConfig.addPassthroughCopy('assets');
39
eleventyConfig.addPassthroughCopy('robots.txt');
40
- eleventyConfig.addPassthroughCopy(".well-known/atproto-did");
+ eleventyConfig.addPassthroughCopy('.well-known/atproto-did');
41
eleventyConfig.addPassthroughCopy('CNAME');
42
43
// COLLECTION: Create meetup collection.
0 commit comments