fix: update webmentions feed URL to production domain blog.giersig.eu
This commit is contained in:
@@ -493,7 +493,7 @@ export default function (eleventyConfig) {
|
||||
const wmDomain = siteUrl.replace("https://", "").replace("http://", "");
|
||||
eleventyConfig.addPlugin(pluginWebmentions, {
|
||||
domain: siteUrl,
|
||||
feed: `http://127.0.0.1:8080/webmentions/api/mentions?per-page=10000`,
|
||||
feed: `https://blog.giersig.eu/webmentions/api/mentions?per-page=10000`,
|
||||
key: "children",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user