339 B
339 B
@mintel/next-config
Shared Next.js configuration wrapper for Mintel projects. Integrates next-intl and Sentry by default.
Usage
In your next.config.ts:
import mintelNextConfig from "@mintel/next-config";
const nextConfig = {
// Your project specific config
};
export default mintelNextConfig(nextConfig);