Revize cacbe194
Přidáno uživatelem Lukáš Vlček před více než 2 roky(ů)
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
FE changed