1
0
Fork 0

Revert basepath

This commit is contained in:
Neshura 2023-06-01 00:24:21 +02:00
parent baad3bd38b
commit 056563035e
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -1,6 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: '/ethics',
}
const nextConfig = {}
module.exports = nextConfig