feat: upgrade to 11ty 3.0.0@alpha
This commit is contained in:
parent
2cd8e4a380
commit
e16633653a
43 changed files with 578 additions and 5039 deletions
|
@ -1,6 +1,6 @@
|
|||
const EleventyFetch = require('@11ty/eleventy-fetch')
|
||||
import EleventyFetch from '@11ty/eleventy-fetch'
|
||||
|
||||
module.exports = async function () {
|
||||
export default async function () {
|
||||
const KEY_CORYD = process.env.API_KEY_WEBMENTIONS_CORYD_DEV
|
||||
const url = `https://webmention.io/api/mentions.jf2?token=${KEY_CORYD}&per-page=1000`
|
||||
const res = EleventyFetch(url, {
|
||||
|
|
Reference in a new issue