Projekt

Obecné

Profil

Stáhnout (255 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
import env from '@beam-australia/react-env';
2

    
3
/** @type {import('next').NextConfig} */
4
const nextConfig = {
5
    reactStrictMode: true,
6
    basePath: env('BASE_PATH') ?? '/law',
7
    assetPrefix: env('BASE_PATH') ?? '/law',
8
};
9

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