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