From 6cdc0bd20a68966aca6a1b004463577413fb42d6 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 13 Mar 2023 18:55:59 -0700 Subject: [PATCH] fix page title --- src/_data/nowplaying.js | 2 +- src/uses.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_data/nowplaying.js b/src/_data/nowplaying.js index c849391b..dffe4ac8 100644 --- a/src/_data/nowplaying.js +++ b/src/_data/nowplaying.js @@ -3,7 +3,7 @@ const EleventyFetch = require('@11ty/eleventy-fetch') module.exports = async function () { const url = 'https://utils.coryd.dev/api/music?limit=1&period=7day' const res = EleventyFetch(url, { - duration: '3m', + duration: '0s', type: 'json', }) const music = await res diff --git a/src/uses.md b/src/uses.md index c42d7634..6b46a365 100644 --- a/src/uses.md +++ b/src/uses.md @@ -1,6 +1,6 @@ --- layout: default -title: Referrals +title: Uses ---