Prettify all files

This commit is contained in:
Timothy Armes
2023-07-17 11:49:07 +02:00
parent 95118b32e2
commit d3afc1d1f4
34 changed files with 152 additions and 135 deletions
+1 -3
View File
@@ -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({}));