1.2.1 • Published 7 months ago
@archoleat/next-define-config v1.2.1
Next Define Config
Table of Contents
Provide a defineConfig function for Next.
Installation
bun i -D @archoleat/next-define-configUsage
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({})Contributing
Please read CONTRIBUTING to start contributing.
License
This project is licensed under the MIT license.