mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-22 20:16:57 +00:00
Prettify all files
This commit is contained in:
+1
-3
@@ -5,9 +5,7 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({
|
||||
enabled: process.env.ANALYZE === "true",
|
||||
});
|
||||
|
||||
const withNextIntl = require('next-intl/plugin')(
|
||||
'./i18n.ts'
|
||||
);
|
||||
const withNextIntl = require("next-intl/plugin")("./i18n.ts");
|
||||
|
||||
module.exports = nextConfig;
|
||||
module.exports = withBundleAnalyzer(withNextIntl({}));
|
||||
|
||||
Reference in New Issue
Block a user