7 lines
94 B
TypeScript
7 lines
94 B
TypeScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
|
|
};
|
|
|
|
export default nextConfig;
|