COLE / frontend /next.config.mjs
Yurhu's picture
Initial snapshot upload
75ec748 verified
raw
history blame contribute delete
96 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;