8 lines
99 B
JavaScript
8 lines
99 B
JavaScript
/**
|
|
* @type { import("next").NextConfig }
|
|
*/
|
|
const nextConfig = {
|
|
};
|
|
|
|
export default nextConfig;
|