Skip to content

Commit f1d1901

Browse files
committed
Add .well-known/atproto-did file
1 parent 926acdc commit f1d1901

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.eleventy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ module.exports = (eleventyConfig) => {
3737
// PASSTHRU: Copy the `assets` directory to the compiled site folder
3838
eleventyConfig.addPassthroughCopy('assets');
3939
eleventyConfig.addPassthroughCopy('robots.txt');
40+
eleventyConfig.addPassthroughCopy(".well-known/atproto-did");
4041
eleventyConfig.addPassthroughCopy('CNAME');
4142

4243
// COLLECTION: Create meetup collection.

.well-known/atproto-did

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
did:plc:wgdquucdgfdi3kiv75uqwhku

0 commit comments

Comments
 (0)