File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default {
20
20
} ,
21
21
22
22
env : {
23
- baseUrl : 'https://api.ospicx.com /api/' ,
23
+ baseUrl : 'https://api.ospic.app /api/' ,
24
24
localUrl : 'http://localhost:8080/api/'
25
25
} ,
26
26
@@ -139,8 +139,8 @@ export default {
139
139
ogSiteName : "Ospic Hms" ,
140
140
ogTitle : "Ospic Hospital Management system" ,
141
141
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" ,
144
144
ogUrl : "" ,
145
145
twitterCard : "Ospic" ,
146
146
twitterSite : "ospicapp" ,
@@ -154,7 +154,7 @@ export default {
154
154
155
155
/**Sitemap file */
156
156
sitemap : {
157
- hostname : 'https://app.ospicx.com ' ,
157
+ hostname : 'https://app.ospic.app ' ,
158
158
gzip : false ,
159
159
defaults : {
160
160
changefreq : 'daily' ,
Original file line number Diff line number Diff line change 1
1
const type = "website" ;
2
- const url = "https://app.ospicx.com " ;
2
+ const url = "https://app.ospic.app " ;
3
3
const title = "Ospic application" ;
4
4
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" ;
6
6
7
7
8
8
export default ( meta ) => {
You can’t perform that action at this time.
0 commit comments