Skip to content

Commit 131b916

Browse files
committed
docs: updates urls to correct formkit urls
1 parent 176549a commit 131b916

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/docs/nuxt.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434

3535
// Open Graph tags for social sharing
3636
{ property: "og:type", content: "website" },
37-
{ property: "og:url", content: "https://jsonreader.com" },
37+
{ property: "og:url", content: "https://jsonreader.formkit.com" },
3838
{
3939
property: "og:title",
4040
content: "jsonreader - Stream Processing for AI Tool Calls",
@@ -46,12 +46,12 @@ export default {
4646
},
4747
{
4848
property: "og:image",
49-
content: "https://jsonreader.com/og.png",
49+
content: "https://jsonreader.formkit.com/og.png",
5050
},
5151

5252
// Twitter Card tags
5353
{ name: "twitter:card", content: "summary_large_image" },
54-
{ name: "twitter:url", content: "https://jsonreader.com" },
54+
{ name: "twitter:url", content: "https://jsonreader.formkit.com" },
5555
{
5656
name: "twitter:title",
5757
content: "jsonreader - Stream Processing for AI Tool Calls",
@@ -63,7 +63,7 @@ export default {
6363
},
6464
{
6565
name: "twitter:image",
66-
content: "https://jsonreader.com/og.png",
66+
content: "https://jsonreader.formkit.com/og.png",
6767
},
6868
],
6969
link: [

0 commit comments

Comments
 (0)