We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148d74c commit 08de372Copy full SHA for 08de372
generate-sitemap.js
@@ -27,7 +27,7 @@ function generateSitemap(files) {
27
xml += '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">\n';
28
29
files.forEach(function(file) {
30
- const url = 'https://clashv2ray-hub.github.io/' + file.replace('./', ''); // Update URL as needed
+ const url = 'https://tg-nav.github.io/' + file.replace('./', ''); // Update URL as needed
31
xml += `\t<url>\n\t\t<loc>${url}</loc>\n\t</url>\n`;
32
});
33
0 commit comments