Make a function to get all website settings

This commit is contained in:
Quinn Hegeman
2026-03-07 19:22:06 +01:00
parent f914b7db1c
commit e23c077a05
10 changed files with 366 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
---
import { getSettings } from "@/content/settings/settings"
const settings = await getSettings();
console.log(settings);
---
<html lang="en">