7 lines
163 B
TypeScript
7 lines
163 B
TypeScript
import mintelNextConfig from "@mintel/next-config";
|
|
|
|
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {};
|
|
|
|
export default mintelNextConfig(nextConfig);
|