Files
Open-Assistant/website/next-i18next.config.js
T
rjmacarthy d10f691eeb Implemented i18n for internationalization and refactor index for localization support
lint

Fix Hero as tag types

Fix build warning regarding i18n

Update package.json and package-lock.json

Revert package-lock.json

Add package-lock, fix build

Pre-commit

Fix default export in favour of named export

Refactor cta buttons to use react-icons

Remove unused props from CircleBackground
2023-01-17 08:01:37 +00:00

7 lines
83 B
JavaScript

module.exports = {
i18n: {
defaultLocale: "en",
locales: ["en"],
},
};