Files
at-mintel/packages/next-config/README.md
Marc Mintel 9a0900e3ff
Some checks failed
Code Quality / lint-and-build (push) Failing after 29s
Release Packages / release (push) Failing after 41s
init
2026-01-31 19:26:46 +01:00

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);