Skip to content

Commit

Permalink
docs: fix site config (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Apr 22, 2024
1 parent a0c0c15 commit d9dc73a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/docs/src/lib/config/site.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const siteConfig = {
name: "Runed",
url: "https://runed.com",
url: "https://runed.dev",
description: "Resizable pane components for Svelte and SvelteKit.",
links: {
x: "https://x.com/huntabyte",
Expand All @@ -11,7 +11,7 @@ export const siteConfig = {
keywords:
"Svelte runes utilities,svelte runes,svelte utilities,runed,svelte helpers,svelte utils,svelte functions",
ogImage: {
url: "https://runed.com/og.png",
url: "https://runed.dev/og.png",
width: "1200",
height: "630",
},
Expand Down

0 comments on commit d9dc73a

Please sign in to comment.