aswi20220x00-gitlab/webapp/next.config.js @ c9fb3022
1 | 56cc66d8 | Lukáš Vlček | /** @type {import('next').NextConfig} */
|
---|---|---|---|
2 | const nextConfig = { |
||
3 | cacbe194 | Lukáš Vlček | reactStrictMode: true, |
4 | e97fc3e6 | Lukáš Vlček | basePath: '/law', |
5 | assetPrefix: '/law', |
||
6 | cacbe194 | Lukáš Vlček | };
|
7 | 56cc66d8 | Lukáš Vlček | |
8 | cacbe194 | Lukáš Vlček | module.exports = nextConfig; |