feat(site): port stitch design system + seed-ready content (#5)
All checks were successful
ci/woodpecker/push/web Pipeline was successful

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #5.
This commit is contained in:
2026-04-15 01:16:41 +00:00
committed by jason.woltje
parent 6db28bc81f
commit b47c5e420a
42 changed files with 4193 additions and 398 deletions

View File

@@ -3,8 +3,11 @@ import type { GlobalConfig } from "payload";
export const SEO: GlobalConfig = {
slug: "seo",
access: { read: () => true },
admin: { group: "Site" },
fields: [
{ name: "siteTitle", type: "text", defaultValue: "Jason Woltje" },
{ name: "siteName", type: "text", defaultValue: "Jason Woltje" },
{ name: "defaultTitle", type: "text", defaultValue: "Jason Woltje" },
{ name: "titleTemplate", type: "text", defaultValue: "%s — Jason Woltje" },
{
name: "defaultDescription",
type: "textarea",