Added base path
This commit is contained in:
parent
a209144f35
commit
baad3bd38b
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {}
|
const nextConfig = {
|
||||||
|
basePath: '/ethics',
|
||||||
|
}
|
||||||
|
|
||||||
module.exports = nextConfig
|
module.exports = nextConfig
|
||||||
|
|
Reference in a new issue