Skip to content

Commit c08f6fd

Browse files
committed
fix Facebook open graph image error
1 parent 6436caa commit c08f6fd

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/routes/help/index.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
title="Help"
1818
siteName="JW Lua Scripts"
1919
description="Use Finale faster than the blink of an eye. Simplify workflows to just one click. All for free, forever."
20-
canonicalUrl="{`https://${$page.host}/${$page.path}`}"
20+
canonicalUrl="{`https://jw-lua-scripts-docs.vercel.app/${$page.path}`}"
2121
openGraph="{{
2222
image: {
23-
src: `https://${$page.host}${luaLogo}`,
23+
src: `https://jw-lua-scripts-docs.vercel.app${luaLogo}`,
2424
width: 128,
2525
height: 128,
2626
},

src/routes/help/install/index.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
title="Install"
1616
siteName="JW Lua Scripts"
1717
description="Use Finale faster than the blink of an eye. Simplify workflows to just one click. All for free, forever."
18-
canonicalUrl="{`https://${$page.host}/${$page.path}`}"
18+
canonicalUrl="{`https://jw-lua-scripts-docs.vercel.app/${$page.path}`}"
1919
openGraph="{{
2020
image: {
21-
src: `https://${$page.host}${luaLogo}`,
21+
src: `https://jw-lua-scripts-docs.vercel.app${luaLogo}`,
2222
width: 128,
2323
height: 128,
2424
},

src/routes/help/install/mac.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
title="macOS Installation"
1414
siteName="JW Lua Scripts"
1515
description="Use Finale faster than the blink of an eye. Simplify workflows to just one click. All for free, forever."
16-
canonicalUrl="{`https://${$page.host}/${$page.path}`}"
16+
canonicalUrl="{`https://jw-lua-scripts-docs.vercel.app/${$page.path}`}"
1717
openGraph="{{
1818
image: {
19-
src: `https://${$page.host}${luaLogo}`,
19+
src: `https://jw-lua-scripts-docs.vercel.app${luaLogo}`,
2020
width: 128,
2121
height: 128,
2222
},

src/routes/help/install/windows.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
title="Windows Installation"
1414
siteName="JW Lua Scripts"
1515
description="Use Finale faster than the blink of an eye. Simplify workflows to just one click. All for free, forever."
16-
canonicalUrl="{`https://${$page.host}/${$page.path}`}"
16+
canonicalUrl="{`https://jw-lua-scripts-docs.vercel.app/${$page.path}`}"
1717
openGraph="{{
1818
image: {
19-
src: `https://${$page.host}${luaLogo}`,
19+
src: `https://jw-lua-scripts-docs.vercel.app${luaLogo}`,
2020
width: 128,
2121
height: 128,
2222
},

src/routes/index.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
title=""
1919
siteName="JW Lua Scripts"
2020
description="Use Finale faster than the blink of an eye. Simplify workflows to just one click. All for free, forever."
21-
canonicalUrl="{`https://${$page.host}/${$page.path}`}"
21+
canonicalUrl="{`https://jw-lua-scripts-docs.vercel.app/${$page.path}`}"
2222
openGraph="{{
2323
image: {
24-
src: `https://${$page.host}${luaLogo}`,
24+
src: `https://jw-lua-scripts-docs.vercel.app${luaLogo}`,
2525
width: 128,
2626
height: 128,
2727
},

src/routes/scripts.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@
8282
title="Scripts"
8383
siteName="JW Lua Scripts"
8484
description="Use Finale faster than the blink of an eye. Simplify workflows to just one click. All for free, forever."
85-
canonicalUrl="{`https://${$page.host}/${$page.path}`}"
85+
canonicalUrl="{`https://jw-lua-scripts-docs.vercel.app/${$page.path}`}"
8686
openGraph="{{
8787
image: {
88-
src: `https://${$page.host}${luaLogo}`,
88+
src: `https://jw-lua-scripts-docs.vercel.app${luaLogo}`,
8989
width: 128,
9090
height: 128,
9191
},

0 commit comments

Comments
 (0)