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