Skip to content
Snippets Groups Projects
next.config.mjs 92 B
Newer Older
Nikhil Ram's avatar
Nikhil Ram committed
/** @type {import('next').NextConfig} */
const nextConfig = {};

export default nextConfig;