Skip to content

Commit ebc84a0

Browse files
committed
update canonical urls for new domain
1 parent 7b9272f commit ebc84a0

23 files changed

Lines changed: 84 additions & 44 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the documentation site for the [JW Lua Scripts repository](https://github.com/Nick-Mazuk/jw-lua-scripts).
44

5-
Visit the site: [https://jw-lua-scripts-docs.vercel.app/](https://jw-lua-scripts-docs.vercel.app/)
5+
Visit the site: [https://jwluascripts.com/](https://jwluascripts.com/)
66

77
## Development
88

cli/src/templates/docs-page.svelte

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

src/routes/docs/getting-started.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Next, learn how to [add scripts to this repository](/docs/getting-started/adding
3232
title="Getting Started"
3333
siteName="JW Lua Scripts Docs"
3434
description="Use Finale faster than the blink of an eye. Simplify workflows to just one click. All for free, forever."
35-
canonicalUrl="{`https://jw-lua-scripts-docs.vercel.app/${$page.path}`}"
35+
canonicalUrl="{`https://jwluascripts.com/${$page.path}`}"
3636
openGraph="{{
3737
image: {
38-
src: `https://jw-lua-scripts-docs.vercel.app${luaLogo}`,
38+
src: `https://jwluascripts.com${luaLogo}`,
3939
width: 630,
4040
height: 630,
4141
},

src/routes/docs/getting-started/adding-scripts.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ We will now review your script and merge it into the main repository. We may ask
100100
title="Adding Scripts"
101101
siteName="JW Lua Scripts Docs"
102102
description="Use Finale faster than the blink of an eye. Simplify workflows to just one click. All for free, forever."
103-
canonicalUrl="{`https://jw-lua-scripts-docs.vercel.app/${$page.path}`}"
103+
canonicalUrl="{`https://jwluascripts.com/${$page.path}`}"
104104
openGraph="{{
105105
image: {
106-
src: `https://jw-lua-scripts-docs.vercel.app${luaLogo}`,
106+
src: `https://jwluascripts.com${luaLogo}`,
107107
width: 630,
108108
height: 630,
109109
},

src/routes/docs/getting-started/getting-help.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ If you're having trouble with JW Lua in particular, you should ask a question in
2121
title="Getting Help"
2222
siteName="JW Lua Scripts Docs"
2323
description="Use Finale faster than the blink of an eye. Simplify workflows to just one click. All for free, forever."
24-
canonicalUrl="{`https://jw-lua-scripts-docs.vercel.app/${$page.path}`}"
24+
canonicalUrl="{`https://jwluascripts.com/${$page.path}`}"
2525
openGraph="{{
2626
image: {
27-
src: `https://jw-lua-scripts-docs.vercel.app${luaLogo}`,
27+
src: `https://jwluascripts.com${luaLogo}`,
2828
width: 630,
2929
height: 630,
3030
},

src/routes/docs/getting-started/resources.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ You can [download it here](http://robertgpatterson.com/-fininfo/-downloads/downl
3535
title="Resources"
3636
siteName="JW Lua Scripts Docs"
3737
description="Use Finale faster than the blink of an eye. Simplify workflows to just one click. All for free, forever."
38-
canonicalUrl="{`https://jw-lua-scripts-docs.vercel.app/${$page.path}`}"
38+
canonicalUrl="{`https://jwluascripts.com/${$page.path}`}"
3939
openGraph="{{
4040
image: {
41-
src: `https://jw-lua-scripts-docs.vercel.app${luaLogo}`,
41+
src: `https://jwluascripts.com${luaLogo}`,
4242
width: 630,
4343
height: 630,
4444
},

src/routes/docs/getting-started/script-checklist.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ There are two ways to do this:
5454
title="Script Checklist"
5555
siteName="JW Lua Scripts Docs"
5656
description="Use Finale faster than the blink of an eye. Simplify workflows to just one click. All for free, forever."
57-
canonicalUrl="{`https://jw-lua-scripts-docs.vercel.app/${$page.path}`}"
57+
canonicalUrl="{`https://jwluascripts.com/${$page.path}`}"
5858
openGraph="{{
5959
image: {
60-
src: `https://jw-lua-scripts-docs.vercel.app${luaLogo}`,
60+
src: `https://jwluascripts.com${luaLogo}`,
6161
width: 630,
6262
height: 630,
6363
},

src/routes/docs/getting-started/style-guide.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@ Thanks again for your interest in JW Lua. If you feel as if there’s anything m
210210
title="Style Guide"
211211
siteName="JW Lua Scripts Docs"
212212
description="Use Finale faster than the blink of an eye. Simplify workflows to just one click. All for free, forever."
213-
canonicalUrl="{`https://jw-lua-scripts-docs.vercel.app/${$page.path}`}"
213+
canonicalUrl="{`https://jwluascripts.com/${$page.path}`}"
214214
openGraph="{{
215215
image: {
216-
src: `https://jw-lua-scripts-docs.vercel.app${luaLogo}`,
216+
src: `https://jwluascripts.com${luaLogo}`,
217217
width: 630,
218218
height: 630,
219219
},

src/routes/docs/library.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ You can find a complete list of syntax you can use for documentation here: [http
7575
title="Library"
7676
siteName="JW Lua Scripts Docs"
7777
description="Use Finale faster than the blink of an eye. Simplify workflows to just one click. All for free, forever."
78-
canonicalUrl="{`https://jw-lua-scripts-docs.vercel.app/${$page.path}`}"
78+
canonicalUrl="{`https://jwluascripts.com/${$page.path}`}"
7979
openGraph="{{
8080
image: {
81-
src: `https://jw-lua-scripts-docs.vercel.app${luaLogo}`,
81+
src: `https://jwluascripts.com${luaLogo}`,
8282
width: 630,
8383
height: 630,
8484
},

src/routes/docs/library/articulation.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Uses \`FCArticulation.CalcMetricPos\` to determine if the input articulation is
4646
title="Articulation"
4747
siteName="JW Lua Scripts Docs"
4848
description="Use Finale faster than the blink of an eye. Simplify workflows to just one click. All for free, forever."
49-
canonicalUrl="{`https://jw-lua-scripts-docs.vercel.app/${$page.path}`}"
49+
canonicalUrl="{`https://jwluascripts.com/${$page.path}`}"
5050
openGraph="{{
5151
image: {
52-
src: `https://jw-lua-scripts-docs.vercel.app${luaLogo}`,
52+
src: `https://jwluascripts.com${luaLogo}`,
5353
width: 630,
5454
height: 630,
5555
},

0 commit comments

Comments
 (0)