Projekt

Obecné

Profil

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