diff --git a/server/routes.ts b/server/routes.ts index 43ff0c4..c53a568 100644 --- a/server/routes.ts +++ b/server/routes.ts @@ -716,7 +716,7 @@ export async function registerRoutes(app: Express): Promise { - go4.video + FOLX.TV Professional Video Streaming Platform @@ -744,11 +744,11 @@ export async function registerRoutes(app: Express): Promise { const svg = ` - - - - - + + + + + @@ -767,7 +767,9 @@ export async function registerRoutes(app: Express): Promise { - go4.video + FOLX.TV + video.folx.tv + Amazing Content • Premium Streaming Platform `; const buffer = await sharp(Buffer.from(svg)) @@ -931,10 +933,10 @@ export async function registerRoutes(app: Express): Promise { ${video.title.length > 35 ? video.title.substring(0, 32) + '...' : video.title} - ${video.description && video.description.length > 60 ? video.description.substring(0, 57) + '...' : video.description || 'Watch this video on go4.video'} + ${video.description && video.description.length > 60 ? video.description.substring(0, 57) + '...' : video.description || 'Watch this video on video.folx.tv'} - go4.video + FOLX.TV Professional Video Streaming Platform @@ -1282,7 +1284,7 @@ export async function registerRoutes(app: Express): Promise { app.get('/sitemap.xml', async (req, res) => { try { const videos = await storage.getVideos(1, 1000); // Get all videos - const baseUrl = 'https://go4.video'; + const baseUrl = 'https://video.folx.tv'; let sitemap = `