feat: Next 16 + Payload 3 scaffold with Kaniko CI and Swarm deploy (#1)
Some checks failed
ci/woodpecker/push/web Pipeline failed
Some checks failed
ci/woodpecker/push/web Pipeline failed
Co-authored-by: Jason Woltje <jason@diversecanvas.com> Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #1.
This commit is contained in:
25
src/globals/SEO.ts
Normal file
25
src/globals/SEO.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
import type { GlobalConfig } from "payload";
|
||||
|
||||
export const SEO: GlobalConfig = {
|
||||
slug: "seo",
|
||||
access: { read: () => true },
|
||||
fields: [
|
||||
{ name: "siteTitle", type: "text", defaultValue: "Jason Woltje" },
|
||||
{
|
||||
name: "defaultDescription",
|
||||
type: "textarea",
|
||||
defaultValue:
|
||||
"A multidisciplinary architect of digital ecosystems. Engineering growth through technological mastery and strategic leadership.",
|
||||
},
|
||||
{ name: "defaultOgImage", type: "upload", relationTo: "media" },
|
||||
{ name: "twitterHandle", type: "text" },
|
||||
{
|
||||
name: "jsonLdPerson",
|
||||
type: "json",
|
||||
admin: {
|
||||
description:
|
||||
"Schema.org Person JSON-LD. Injected verbatim into the home page <head>.",
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user