Skip to content

Commit fde28be

Browse files
committed
Use ghosttythemes.com as canonical URL in README and meta tags
1 parent 69b1999 commit fde28be

2 files changed

Lines changed: 4 additions & 13 deletions

File tree

README.md

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

33
Live theme & font mixer for the [Ghostty](https://ghostty.org) terminal. Preview 16 color schemes and 4 coding fonts, nudge the background tint, and copy a ready-to-paste config in one click.
44

5-
**[Try it live](https://mcvalosborne.github.io/ghostty-theme-mixer/)**
5+
**[Try it live at ghosttythemes.com](https://ghosttythemes.com)**
66

77
![Ghostty Theme Mixer — live preview of terminal themes and fonts](screenshot.png)
88

index.html

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818

1919
<!-- Open Graph / Facebook / iMessage / Slack -->
2020
<meta property="og:type" content="website" />
21-
<meta
22-
property="og:url"
23-
content="https://mcvalosborne.github.io/ghostty-theme-mixer/"
24-
/>
21+
<meta property="og:url" content="https://ghosttythemes.com/" />
2522
<meta property="og:title" content="Ghostty Theme Mixer" />
2623
<meta
2724
property="og:description"
@@ -36,10 +33,7 @@
3633

3734
<!-- Twitter -->
3835
<meta name="twitter:card" content="summary_large_image" />
39-
<meta
40-
name="twitter:url"
41-
content="https://mcvalosborne.github.io/ghostty-theme-mixer/"
42-
/>
36+
<meta name="twitter:url" content="https://ghosttythemes.com/" />
4337
<meta name="twitter:title" content="Ghostty Theme Mixer" />
4438
<meta
4539
name="twitter:description"
@@ -50,10 +44,7 @@
5044
content="https://raw.githubusercontent.com/mcvalosborne/ghostty-theme-mixer/main/screenshot.png"
5145
/>
5246

53-
<link
54-
rel="canonical"
55-
href="https://mcvalosborne.github.io/ghostty-theme-mixer/"
56-
/>
47+
<link rel="canonical" href="https://ghosttythemes.com/" />
5748
<link rel="preconnect" href="https://fonts.googleapis.com" />
5849
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
5950
<link

0 commit comments

Comments
 (0)