From fedd3e3646504d178deb039232541a31e69d01f8 Mon Sep 17 00:00:00 2001 From: Patrick Browne Date: Thu, 13 Jun 2024 14:22:57 +0200 Subject: [PATCH] feat: Put default period in 2025 --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index e96544db..7fe40375 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 = "2024", + CURRENT_PERIOD = "2025", FIRST_PERIOD = "2009", DEPLOYMENT, MATOMO_ID,