DevJourney
Home
/
React
/
react.dj.upayan.dev
/
next.config.mjs
React/react.dj.upayan.dev/next.config.mjs
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {};
export
default
nextConfig;
View on GitHub