Minimal styling, powered by Goober.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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