From 5a46c09d8ae3d34acfec92224eed3aa111ef73f6 Mon Sep 17 00:00:00 2001 From: deadit Date: Wed, 16 Nov 2022 15:58:08 +0300 Subject: [PATCH] remove pt/es locales --- components/Footer.tsx | 2 +- next-sitemap.config.js | 2 +- next.config.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 13af146..f16024b 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -33,7 +33,7 @@ export default function Footer() { setNewsData(news); }; fetchData(); - }, []); + }, [locale]); return (