Skip to content

Commit

Permalink
Fix locale path
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerkrewson committed Jul 28, 2024
1 parent ad4fde0 commit ca124e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -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({
Expand Down

0 comments on commit ca124e7

Please sign in to comment.