Projekt

Obecné

Profil

« Předchozí | Další » 

Revize e97fc3e6

Přidáno uživatelem Lukáš Vlček před asi 2 roky(ů)

Bug fixes

Zobrazit rozdíly:

webapp/next.config.js
1
import env from '@beam-australia/react-env';
2

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

  
10 8
module.exports = nextConfig;

Také k dispozici: Unified diff