fix: merge conflict

This commit is contained in:
Cory Dransfeldt 2023-04-18 13:45:23 -07:00
parent 25987e430b
commit c95317a2df
No known key found for this signature in database
12 changed files with 94 additions and 8549 deletions

View file

@ -2,7 +2,6 @@ const EleventyFetch = require('@11ty/eleventy-fetch')
module.exports = async function () {
const KEY_CORYD = process.env.API_KEY_WEBMENTIONS_CORYD_DEV
if (!KEY_CORYD) return
const url = `https://webmention.io/api/mentions.jf2?token=${KEY_CORYD}&per-page=1000`
const res = EleventyFetch(url, {
duration: '1h',