Skip to content

Commit 5a5d90b

Browse files
committed
update website
1 parent d26b3e1 commit 5a5d90b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/robots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export default function robots() {
66
allow: '/',
77
},
88
],
9-
sitemap: 'https://wtmmontreal.com/sitemap.xml', // Add your sitemap URL here
9+
sitemap: 'https://androidmontreal.github.io/wtmmontreal/sitemap.xml', // Add your sitemap URL here
1010
};
1111
}

src/app/sitemap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// app/sitemap.js
22
export default async function sitemap() {
3-
const baseUrl = 'https://wtmmontreal.com'; // Use your actual domain
3+
const baseUrl = 'https://androidmontreal.github.io/wtmmontreal/'; // Use your actual domain
44

55
// Import speaker data from JSON files
66
const enSpeakersData = require('@/locales/en/speaker.json'); // Adjust the path as needed

src/lib/metadata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export async function getPageMetadata(lang, pageKey, slug = null) {
88
const pageMetadata = metadata[pageKey] || {};
99

1010
// Base URL
11-
const baseUrl = 'https://wtmmontreal.com';
11+
const baseUrl = 'https://androidmontreal.github.io/wtmmontreal/';
1212

1313
// Construct the page path
1414
let pagePath = pageKey === 'home' ? '' : `/${pageKey}`;

0 commit comments

Comments
 (0)