fix: update webmentions feed URL to production domain blog.giersig.eu
This commit is contained in:
+1
-1
@@ -493,7 +493,7 @@ export default function (eleventyConfig) {
|
|||||||
const wmDomain = siteUrl.replace("https://", "").replace("http://", "");
|
const wmDomain = siteUrl.replace("https://", "").replace("http://", "");
|
||||||
eleventyConfig.addPlugin(pluginWebmentions, {
|
eleventyConfig.addPlugin(pluginWebmentions, {
|
||||||
domain: siteUrl,
|
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",
|
key: "children",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user