Skip to content

Commit df3b426

Browse files
committed
Change sitemap url
1 parent c9b8354 commit df3b426

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

nuxt.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
},
2121

2222
env: {
23-
baseUrl: 'https://api.ospicx.com/api/',
23+
baseUrl: 'https://api.ospic.app/api/',
2424
localUrl: 'http://localhost:8080/api/'
2525
},
2626

@@ -139,8 +139,8 @@ export default {
139139
ogSiteName: "Ospic Hms",
140140
ogTitle: "Ospic Hospital Management system",
141141
ogDescription: "Open source Hospital Management System",
142-
ogHost: "https://app.ospicx.com/",
143-
ogImage: "https://docs.ospicx.com/preview.png",
142+
ogHost: "https://app.ospic.app/",
143+
ogImage: "https://docs.ospic.app/preview.png",
144144
ogUrl: "",
145145
twitterCard: "Ospic",
146146
twitterSite: "ospicapp",
@@ -154,7 +154,7 @@ export default {
154154

155155
/**Sitemap file */
156156
sitemap: {
157-
hostname: 'https://app.ospicx.com',
157+
hostname: 'https://app.ospic.app',
158158
gzip: false,
159159
defaults: {
160160
changefreq: 'daily',

plugins/meta.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const type = "website";
2-
const url = "https://app.ospicx.com";
2+
const url = "https://app.ospic.app";
33
const title = "Ospic application";
44
const description = "Opsic Hospital Management System application";
5-
const mainImage = "https://docs.ospicx.com/preview.png";
5+
const mainImage = "https://docs.ospic.app/preview.png";
66

77

88
export default (meta) => {

0 commit comments

Comments
 (0)