fix: update webmentions feed URL to production domain blog.giersig.eu
This commit is contained in:
+3
-3
@@ -492,9 +492,9 @@ export default function (eleventyConfig) {
|
|||||||
// Webmentions plugin configuration
|
// Webmentions plugin configuration
|
||||||
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",
|
||||||
});
|
});
|
||||||
|
|
||||||
// Date formatting filter
|
// Date formatting filter
|
||||||
|
|||||||
Reference in New Issue
Block a user