mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
07634b2747
Co-authored-by: Sebastian Sebbie Silbermann <sebastian.silbermann@vercel.com>
7 lines
96 B
JavaScript
7 lines
96 B
JavaScript
/**
|
|
* @type {import('next').NextConfig}
|
|
*/
|
|
const nextConfig = {}
|
|
|
|
module.exports = nextConfig
|