Projekt

Obecné

Profil

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