This commit is contained in:
Mrrp 2025-01-01 21:44:22 -08:00
parent 8038088422
commit 87eaba51f4
6 changed files with 47 additions and 42 deletions

View file

@ -39,7 +39,7 @@ async function fetchData() {
loading.value = true
try {
data.value = await (await fetch("/blog" + url.value)).text()
data.value = await (await fetch(url.value)).text()
console.log(url.value)
const processed = fm(data.value)
background.value = processed.attributes.background