Minimal styling, powered by Goober.
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ů.

123456789
  1. /** @type {import('next').NextConfig} */
  2. const nextConfig = {
  3. reactStrictMode: true,
  4. experimental: {
  5. externalDir: true,
  6. },
  7. }
  8. module.exports = nextConfig