File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11/** @type {import('next-sitemap').IConfig } */
22const NextSitemapConfig = {
3- siteUrl : 'https:/spoker.dev' ,
3+ siteUrl : 'https:/spoker.sznm. dev' ,
44 generateRobotsTxt : true ,
55} ;
66
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments