nextjs-tailwindcss-headless.../next.config.js

9 lines
163 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: ['res-academy.cache.wpscdn.com']
}
}
module.exports = nextConfig