mirror of
https://github.com/Drop-OSS/drop-website.git
synced 2026-01-30 20:55:25 +01:00
6 lines
222 B
JavaScript
6 lines
222 B
JavaScript
import { withContentCollections } from '@content-collections/next'
|
|
/** @type {import('next').NextConfig} */
|
|
const nextConfig = { reactStrictMode: true, output: 'export' }
|
|
|
|
export default withContentCollections(nextConfig)
|