Files
Dramlog-Prod/next.config.mjs
2025-12-17 23:12:53 +01:00

7 lines
119 B
JavaScript

/** @type {import('next').Config} */
const nextConfig = {
/* config options here */
};
export default nextConfig;