feat(marketing-pages): add pages collection + siteSettings global

This commit is contained in:
2026-05-05 08:31:37 +02:00
parent 23e7885fc4
commit a44142b875
3 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export { pages } from "./collections/pages";
export { siteSettings } from "./globals/site-settings";