SYNC-HP用のサンプル
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

10 lines
174B

  1. /** @type {import('next').NextConfig} */
  2. const nextConfig = {
  3. reactStrictMode: true,
  4. images: {
  5. domains: ["res.cloudinary.com"],
  6. },
  7. };
  8. module.exports = nextConfig;