6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
|
/** @type {import('next').NextConfig} */
|
||
|
const nextConfig = {
|
||
|
};
|
||
|
|
||
|
export default nextConfig;
|