mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
|
|
const nextConfig = {};
|
|
|
|
export default nextConfig;
|