UNPKG

@nadeshikon/plugin-nextjs

Version:
11 lines (10 loc) 225 B
/** @type {import('next').NextConfig} */ module.exports = { reactStrictMode: true, experimental: { appDir: true, }, images: { domains: ['res.cloudinary.com', 'avatars.githubusercontent.com'], }, }