use docker
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-03 21:03:28 +08:00
parent a528b78e43
commit 5cf100c111
28 changed files with 145 additions and 189 deletions

View File

@@ -43,7 +43,7 @@ export default getRequestConfig(async () => {
return locale;
})();
const messagesPath = join(process.cwd(), "messages", locale);
const messagesPath = join(process.cwd(), "public/messages", locale);
const messages = loadMessagesFromDir(messagesPath);
return {