From 1febc19116208cf9a7ae0db821b8860d6c36c769 Mon Sep 17 00:00:00 2001 From: Patrick Browne Date: Thu, 13 Jun 2024 15:13:51 +0200 Subject: [PATCH] Revert "feat: Put default period in 2025" fedd3e3646504d178deb039232541a31e69d01f8 --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 7fe40375..e96544db 100644 --- a/next.config.js +++ b/next.config.js @@ -9,7 +9,7 @@ const { locales, defaultLocale } = require("./src/locales/locales.json"); const { I18N_DOMAINS, WEBPACK_ASSET_PREFIX, - CURRENT_PERIOD = "2025", + CURRENT_PERIOD = "2024", FIRST_PERIOD = "2009", DEPLOYMENT, MATOMO_ID,