Skip to content

Commit 4239a72

Browse files
refactor: adjust domain
1 parent 94d3fd7 commit 4239a72

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

next-sitemap.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('next-sitemap').IConfig} */
22
const NextSitemapConfig = {
3-
siteUrl: 'https:/spoker.dev',
3+
siteUrl: 'https:/spoker.sznm.dev',
44
generateRobotsTxt: true,
55
};
66

src/lib/pages/privacypolicy.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ export const PrivacyPolicy = () => {
88
<Heading>Privacy Policy for spoker</Heading>
99

1010
<Text>
11-
At spoker, accessible from spoker.dev, one of our main priorities is the
12-
privacy of our visitors. This Privacy Policy document contains types of
13-
information that is collected and recorded by spoker and how we use it.
11+
At spoker, accessible from spoker.sznm.dev, one of our main priorities
12+
is the privacy of our visitors. This Privacy Policy document contains
13+
types of information that is collected and recorded by spoker and how we
14+
use it.
1415
</Text>
1516

1617
<Text>

src/pages/_app.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ const defaultSEOConfig: DefaultSeoProps = {
1818
titleTemplate: '%s | spoker - real-time multiplayer scrum poker with teams',
1919
defaultTitle: 'spoker',
2020
description: 'Real-time multiplayer scrum poker with teams',
21-
canonical: 'https://spoker.dev',
21+
canonical: 'https://spoker.sznm.dev',
2222
openGraph: {
23-
url: 'https://spoker.dev',
23+
url: 'https://spoker.sznm.dev',
2424
title: 'spoker',
2525
description: 'Real-time multiplayer scrum poker with teams',
2626
images: [
2727
{
2828
url: 'https://og.sznm.dev/api/generate?heading=Spoker&text=Scrum%20Poker%20with%20teams',
29-
alt: 'spoker.dev og-image',
29+
alt: 'spoker og-image',
3030
},
3131
],
3232
site_name: 'spoker',

0 commit comments

Comments
 (0)