Skip to content

Commit e1f219e

Browse files
committed
change domain
1 parent fa51315 commit e1f219e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import react from "@astrojs/react";
66
// https://astro.build/config
77
export default defineConfig({
88
output: "static",
9-
site: "https://jenishms.in",
9+
site: "https://www.jenishms.in",
1010
build: {
1111
outDir: "dist",
1212
},

public/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- created with PRO Sitemap Service https://pro-sitemaps.com -->
99

1010
<url>
11-
<loc>https://jenishms.in/</loc>
11+
<loc>https://www.jenishms.in/</loc>
1212
<lastmod>2022-01-31T16:22:28+00:00</lastmod>
1313
<changefreq>daily</changefreq>
1414
<priority>1.0000</priority>

src/layouts/Layout.astro

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const { title } = Astro.props;
5050

5151
<!-- Open Graph / Facebook -->
5252
<meta property="og:type" content="website" />
53-
<meta property="og:url" content="https://jenishms.in/" />
53+
<meta property="og:url" content="https://www.jenishms.in/" />
5454
<meta
5555
property="og:title"
5656
content="Jenish MS | Senior Software Engineer | Jenish MS Freelancer"
@@ -61,12 +61,12 @@ const { title } = Astro.props;
6161
/>
6262
<meta
6363
property="og:image"
64-
content="https://jenishms.in/images/Jenish MS.jpg"
64+
content="https://www.jenishms.in/images/Jenish MS.jpg"
6565
/>
6666

6767
<!-- Twitter -->
6868
<meta property="twitter:card" content="summary_large_image" />
69-
<meta property="twitter:url" content="https://jenishms.in/" />
69+
<meta property="twitter:url" content="https://www.jenishms.in/" />
7070
<meta
7171
property="twitter:title"
7272
content="Jenish MS | Senior Software Engineer | MS Freelancer"
@@ -77,7 +77,7 @@ const { title } = Astro.props;
7777
/>
7878
<meta
7979
property="twitter:image"
80-
content="https://jenishms.in/images/Jenish MS.jpg"
80+
content="https://www.jenishms.in/images/Jenish MS.jpg"
8181
/>
8282

8383
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
@@ -122,8 +122,8 @@ const { title } = Astro.props;
122122
"@type": "Person",
123123
"name": "Jenish MS",
124124
"alternateName": "Jenish M S",
125-
"url": "https://jenishms.in",
126-
"image": "https://jenishms.in/Jenish%20MS.png",
125+
"url": "https://www.jenishms.in",
126+
"image": "https://www.jenishms.in/Jenish%20MS.png",
127127
"jobTitle": "Senior Software Engineer",
128128
"worksFor": {
129129
"@type": "Organization",
@@ -143,7 +143,7 @@ const { title } = Astro.props;
143143
"@context": "https://schema.org",
144144
"@type": "WebSite",
145145
"name": "Jenish MS",
146-
"url": "https://jenishms.in"
146+
"url": "https://www.jenishms.in"
147147
}
148148
</script>
149149
</head>

0 commit comments

Comments
 (0)