chore: myriad fixes + artist pages

This commit is contained in:
Cory Dransfeldt 2024-11-17 13:21:45 -08:00
parent aec8471b06
commit ff00020b70
No known key found for this signature in database
53 changed files with 753 additions and 486 deletions

View file

@ -1,8 +1,8 @@
---
import { fetchGlobals } from "@utils/data/globals.js";
import { fetchGlobalData } from "@utils/data/global/index.js";
const { image, alt } = Astro.props;
const globals = await fetchGlobals(Astro);
const { globals } = await fetchGlobalData(Astro);
---
<div class="hero">