mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Localisation (#39)
* Localisation * Update tests * Fix map markers in English view * Fix typo
This commit is contained in:
+5
-1
@@ -5,5 +5,9 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({
|
||||
enabled: process.env.ANALYZE === "true",
|
||||
});
|
||||
|
||||
const withNextIntl = require('next-intl/plugin')(
|
||||
'./i18n.ts'
|
||||
);
|
||||
|
||||
module.exports = nextConfig;
|
||||
module.exports = withBundleAnalyzer({});
|
||||
module.exports = withBundleAnalyzer(withNextIntl({}));
|
||||
|
||||
Reference in New Issue
Block a user