fix page title

This commit is contained in:
Cory Dransfeldt 2023-03-13 18:55:59 -07:00
parent 31c7c014c5
commit 6cdc0bd20a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ const EleventyFetch = require('@11ty/eleventy-fetch')
module.exports = async function () { module.exports = async function () {
const url = 'https://utils.coryd.dev/api/music?limit=1&period=7day' const url = 'https://utils.coryd.dev/api/music?limit=1&period=7day'
const res = EleventyFetch(url, { const res = EleventyFetch(url, {
duration: '3m', duration: '0s',
type: 'json', type: 'json',
}) })
const music = await res const music = await res

View file

@ -1,6 +1,6 @@
--- ---
layout: default layout: default
title: Referrals title: Uses
--- ---
<h2 <h2