update endpoints + webmentions
This commit is contained in:
parent
1dd26b9a4f
commit
1be36879fd
13 changed files with 122 additions and 28 deletions
|
@ -1,7 +1,7 @@
|
|||
const EleventyFetch = require('@11ty/eleventy-fetch')
|
||||
|
||||
module.exports = async function () {
|
||||
const url = 'https://coryd.dev/api/now?endpoints=artists,albums,books,movies,tv'
|
||||
const url = 'https://utils.coryd.dev/api/now?endpoints=artists,albums,books,movies,tv'
|
||||
const res = EleventyFetch(url, {
|
||||
duration: '3h',
|
||||
type: 'json',
|
||||
|
|
Reference in a new issue