From 976f8feed8f19b35ee938b3f41c05ff6546d9707 Mon Sep 17 00:00:00 2001 From: Jakub Wojtysiak Date: Wed, 24 Apr 2024 20:36:20 +0200 Subject: [PATCH] Added new Blog post with Policy of Facebook competition --- app/routes/[sitemap.xml].jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/routes/[sitemap.xml].jsx b/app/routes/[sitemap.xml].jsx index 510faf2..34c587f 100644 --- a/app/routes/[sitemap.xml].jsx +++ b/app/routes/[sitemap.xml].jsx @@ -146,6 +146,11 @@ function shopSitemap({ data, baseUrl }) { lastMod: new Date().toISOString(), changeFreq: 'daily', }, + { + url: `${baseUrl}/blog/konkurs-fb-twoja-jazba-edycja-I-regulamin`, + lastMod: new Date().toISOString(), + changeFreq: 'daily', + }, ] const urlsDatas = [...productsData, ...staticPagesData];