fix page title
This commit is contained in:
parent
31c7c014c5
commit
6cdc0bd20a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: Referrals
|
title: Uses
|
||||||
---
|
---
|
||||||
|
|
||||||
<h2
|
<h2
|
||||||
|
|
Reference in a new issue