Skip to content

Commit 2b988dd

Browse files
committed
chore(people): add Dylan Briar as an active organizer for the about page
1 parent cfbacd9 commit 2b988dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eleventy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +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");
40+
eleventyConfig.addPassthroughCopy('.well-known/atproto-did');
4141
eleventyConfig.addPassthroughCopy('CNAME');
4242

4343
// COLLECTION: Create meetup collection.

0 commit comments

Comments
 (0)