Minimal styling, powered by Goober.
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- /** @type {import('next').NextConfig} */
- const nextConfig = {
- reactStrictMode: true,
- experimental: {
- externalDir: true,
- },
- }
-
- module.exports = nextConfig
|