diff --git a/client/index.html b/client/index.html index 9f0b8e8..d293fbc 100644 --- a/client/index.html +++ b/client/index.html @@ -14,8 +14,8 @@ - - + + @@ -23,14 +23,14 @@ - + - + - +
diff --git a/client/src/router/index.js b/client/src/router/index.js index 8b33d90..d41334f 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -4,7 +4,7 @@ import PartnersView from '../views/PartnersView.vue'; import MockupView from '../views/MockupView.vue'; import FeedbackView from '../views/FeedbackView.vue'; -const SITE_URL = 'https://ypchat.net'; +const SITE_URL = 'https://www.ypchat.net'; const DEFAULT_IMAGE = `${SITE_URL}/static/favicon.png`; const homeSchema = { diff --git a/server/routes-seo.js b/server/routes-seo.js index 896d08d..a584f18 100644 --- a/server/routes-seo.js +++ b/server/routes-seo.js @@ -2,7 +2,7 @@ import { readFileSync, existsSync } from 'fs'; import { join, resolve } from 'path'; import { loadFeedback } from './feedback-store.js'; -const SITE_URL = 'https://ypchat.net'; +const SITE_URL = 'https://www.ypchat.net'; const DEFAULT_IMAGE = `${SITE_URL}/static/favicon.png`; const seoData = {