7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
/** @type {import('next').Config} */
|
|
const nextConfig = {
|
|
/* config options here */
|
|
};
|
|
|
|
export default nextConfig;
|