vedaMD / frontend /next.config.mjs
sniro23's picture
Initial commit without binary files
19aaa42
raw
history blame contribute delete
121 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
/* config options here */
};
export default nextConfig;