Skip to content

Commit 8620b95

Browse files
committed
migrate from .io to .com
1 parent 5bd82de commit 8620b95

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 📚 DevTerms
22

3-
A crowdsourced dictionary website for developers to look up technical terms, programming jargon, and more. DevTerms has [X (Twitter)](https://twitter.com/devtermsio) and [Bluesky](https://bsky.app/profile/devterms.io) accounts you can follow for daily developer wisdom and to stay in the loop with the latest tech lingo!
3+
A crowdsourced dictionary website for developers to look up technical terms, programming jargon, and more. DevTerms has [X (Twitter)](https://twitter.com/devtermsio) and [Bluesky](https://bsky.app/profile/devterms.com) accounts you can follow for daily developer wisdom and to stay in the loop with the latest tech lingo!
44

5-
Check out DevTerms in action at https://devterms.io!
5+
Check out DevTerms in action at https://devterms.com!
66

77
## Built with
88

public/sitemap-index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<sitemap>
4-
<loc>https://devterms.io/sitemap.xml</loc>
4+
<loc>https://devterms.com/sitemap.xml</loc>
55
</sitemap>
66
<sitemap>
7-
<loc>https://devterms.io/browse/sitemap/0.xml</loc>
7+
<loc>https://devterms.com/browse/sitemap/0.xml</loc>
88
</sitemap>
99
<sitemap>
10-
<loc>https://devterms.io/define/sitemap/0.xml</loc>
10+
<loc>https://devterms.com/define/sitemap/0.xml</loc>
1111
</sitemap>
1212
</sitemapindex>

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function RootLayout({ children }: PropsWithChildren) {
2222
<Canonical />
2323
<PlausibleProvider
2424
customDomain="https://nom.aelew.dev"
25-
domain="devterms.io"
25+
domain="devterms.com"
2626
trackOutboundLinks
2727
taggedEvents
2828
selfHosted

src/components/aside/client.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export function ClientAside({ children }: PropsWithChildren) {
9292
</Link>
9393
<Link
9494
target="_blank"
95-
href="https://bsky.app/profile/devterms.io"
95+
href="https://bsky.app/profile/devterms.com"
9696
className={buttonVariants({
9797
size: 'icon',
9898
variant: 'outline',
@@ -170,7 +170,7 @@ export function ClientAside({ children }: PropsWithChildren) {
170170
</Link>
171171
<Link
172172
className="hover:underline hover:underline-offset-4"
173-
href="https://bsky.app/profile/devterms.io"
173+
href="https://bsky.app/profile/devterms.com"
174174
target="_blank"
175175
>
176176
Bluesky

0 commit comments

Comments
 (0)