nextjs-tailwindcss-headless.../next.config.js
2023-09-14 09:21:45 +08:00

9 lines
159 B
JavaScript

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