Revert basepath
This commit is contained in:
parent
baad3bd38b
commit
056563035e
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
||||||
/** @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