bun i -D @archoleat/next-define-config
See Next Configuration.
Instead of this:
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;
Use this:
import { defineConfig } from '@archoleat/next-define-config';
export default defineConfig({})
Please read CONTRIBUTING to start contributing.
This project is licensed under the MIT license.