From b94fa9eb56ee485896a99cd0547d50085fa32c63 Mon Sep 17 00:00:00 2001 From: Hunter Johnston Date: Tue, 24 Oct 2023 23:30:30 -0400 Subject: [PATCH] fix og url --- src/routes/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 1522f6b..a302bfb 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -6,7 +6,7 @@ const title = '⌘K-sv'; const description = 'Fast, composable, unstyled command menu for Svelte'; - const siteUrl = 'https://cmdk-sv.com'; + const siteUrl = 'https://www.cmdk-sv.com';