feat(site): port stitch design system + seed-ready content (#5)
All checks were successful
ci/woodpecker/push/web Pipeline was successful
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user