Projekt

Obecné

Profil

« Předchozí | Další » 

Revize cacbe194

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

FE changed

Zobrazit rozdíly:

webapp/next.config.js
1 1
/** @type {import('next').NextConfig} */
2 2
const nextConfig = {
3
  reactStrictMode: true,
4
  basePath: '/law',
5
}
3
    reactStrictMode: true,
4
    basePath: '/law',
5
    assetPrefix: '/law',
6
};
6 7

  
7
module.exports = nextConfig
8
module.exports = nextConfig;

Také k dispozici: Unified diff