Skip to content

Commit

Permalink
fix(deployment): fix deployment errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail-benlaredj committed Nov 27, 2023
1 parent 083a863 commit 4ae1ab0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next-i18next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const path = require("path");
module.exports = {
i18n: {
defaultLocale: "en",
locales: ["en", "ar"],
locales: ["en", "fr", "ar"],
localePath: path.resolve("./public/locales"),
},
};
4 changes: 4 additions & 0 deletions public/logo/hands.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 4ae1ab0

@vercel
Copy link

@vercel vercel bot commented on 4ae1ab0 Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.