Projekt

Obecné

Profil

Stáhnout (138 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
  reactStrictMode: true,
4
  basePath: '/law',
5
}
6

    
7
module.exports = nextConfig
(10-10/14)