Skip to content

Commit dfbf82e

Browse files
committed
Rename domain
1 parent cef069f commit dfbf82e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

site/nuxt.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ export default defineNuxtConfig({
5959
{ name: "application-name", content: "Markdown Resume" },
6060
{ name: "apple-mobile-web-app-title", content: "Markdown Resume" },
6161
{ name: "msapplication-TileColor", content: "#fff" },
62-
{ property: "og:url", content: "https://www.juniansoft.com/markdown-resume/" },
62+
{ property: "og:url", content: "https://www.junian.dev/markdown-resume/" },
6363
{ property: "og:type", content: "website" }
6464
]
6565
}
6666
},
6767

6868
site: {
69-
url: "https://www.juniansoft.com/markdown-resume/"
69+
url: "https://www.junian.dev/markdown-resume/"
7070
},
7171

7272
pwa,

site/src/public/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
User-agent: *
22
Allow: /
33

4-
Sitemap: https://www.juniansoft.com/markdown-resume/sitemap.xml
4+
Sitemap: https://www.junian.dev/markdown-resume/sitemap.xml

0 commit comments

Comments
 (0)