Files
drawing-tracker/next.config.mjs

7 lines
121 B
JavaScript

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