Files
echecsfrance/next.config.js
T
Owen Rees fadfe60730 - aria lables on footer
- bundle analyser added
2023-07-03 10:11:12 +02:00

10 lines
245 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {};
const withBundleAnalyzer = require("@next/bundle-analyzer")({
enabled: process.env.ANALYZE === "true",
});
module.exports = nextConfig;
module.exports = withBundleAnalyzer({});