Skip to content

Commit

Permalink
update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Dec 13, 2024
1 parent f96a3f4 commit a04d839
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions docs/src/lib/site-config.ts
Original file line number Diff line number Diff line change
@@ -1,22 +1,37 @@
import { defineSiteConfig } from "@svecodocs/kit";

export const siteConfig = defineSiteConfig({
name: "Svecodocs",
url: "https://docs.sveco.dev",
name: "Formsnap",
url: "https://next.formsnap.dev",
ogImage: {
url: "https://docs.sveco.dev/og.png",
url: "https://next.formsnap.dev/og.png",
height: "630",
width: "1200",
},
description: "Documentation toolkit for Svecosystem Projects.",
description: "Accessible and powerful form components for SvelteKit.",
author: "Huntabyte",
keywords: ["svecosystem", "sveltekit", "documentation", "docs"],
keywords: [
"svelte",
"sveltekit",
"forms",
"zod",
"superforms",
"sveltekit forms",
"svelte forms",
"svelte form components",
"svelte form library",
"formsnap",
"sveltekit-superforms",
"form components",
"sveltekit form actions",
"sveltekit SPA forms",
],
license: {
name: "MIT",
url: "https://github.com/svecosystem/svecodocs/blob/main/LICENSE",
url: "https://github.com/svecosystem/formsnap/blob/main/LICENSE",
},
links: {
x: "https://x.com/huntabyte",
github: "https://github.com/svecosystem/svecodocs",
github: "https://github.com/svecosystem/formsnap",
},
});

0 comments on commit a04d839

Please sign in to comment.