rlcube / next.config.ts
imwithye's picture
format codes
1afe868
raw
history blame
133 Bytes
import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;