Projekt

Obecné

Profil

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

    
8
module.exports = nextConfig;
(10-10/14)