Skip to content

Commit

Permalink
Update nuxt.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
elirehema authored Jul 23, 2023
1 parent 0bcc80a commit 2a7de10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
{ name: "apple-mobile-web-app-status-bar-style", content: "#00A756" },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
/** { hid: 'description', name: 'description', content: 'Hospital Management System documentation' },
{ hid: 'og:image', property: 'og:image', content: "https://docs.ospicx.com/preview.png" || '' },
{ hid: 'og:image', property: 'og:image', content: "https://docs.ospic.app/preview.png" || '' },
{ property: "og:site_name", content: "Ospic documentation" },
{ hid: "og:type", property: "og:type", content: "website" },
{ hid: "og:url", property: "og:url", content: "https://docs.ospicx.com", },
Expand Down Expand Up @@ -186,8 +186,8 @@ export default {
ogSiteName: "OspicDoc",
ogTitle: "Ospic Documentation",
ogDescription: "Ospic Hospital management system documentation",
ogHost: "https://docs.ospicx.com/",
ogImage: "https://docs.ospicx.com/preview.png",
ogHost: "https://docs.ospic.app/",
ogImage: "https://docs.ospic.app/preview.png",
ogUrl: "",
twitterCard: "Ospic",
twitterSite: "ospicapp",
Expand All @@ -200,7 +200,7 @@ export default {
},
/**Sitemap file */
sitemap: {
hostname: 'https://docs.ospicx.com',
hostname: 'https://docs.ospic.app',
gzip: false,

/**
Expand Down

0 comments on commit 2a7de10

Please sign in to comment.