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 926acdc commit f1d1901Copy full SHA for f1d1901
.eleventy.js
@@ -37,6 +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");
41
eleventyConfig.addPassthroughCopy('CNAME');
42
43
// COLLECTION: Create meetup collection.
.well-known/atproto-did
@@ -0,0 +1 @@
1
+did:plc:wgdquucdgfdi3kiv75uqwhku
0 commit comments