Skip to content

Commit

Permalink
fix: use dedicated email for rss (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
ADobin authored Jul 8, 2024
1 parent 36099c1 commit aa5ad57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function (eleventyConfig) {
base: "https://alexdobin.com/",
author: {
name: "Alex Dobin",
email: "alex@dobin.dev", // Optional
email: "rssfeedback@dobin.dev", // Optional
}
}
});
Expand Down

0 comments on commit aa5ad57

Please sign in to comment.