From ca124e7fd1d5e9453e9deac8e918fa86824863ea Mon Sep 17 00:00:00 2001 From: Tanner Krewson Date: Sun, 28 Jul 2024 08:44:55 -0400 Subject: [PATCH] Fix locale path --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index f0d1f2b..9e4d4a8 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,7 @@ const path = require("path"); const withLess = require("next-with-less"); -const allLanguages = require("./public/static/locales/_all_languages.json"); +const allLanguages = require("./locales/_all_languages.json"); const allLangCodes = Object.keys(allLanguages); module.exports = withLess({