1
0
Fork 0

Added base path

This commit is contained in:
Neshura 2023-06-01 00:13:23 +02:00
parent a209144f35
commit baad3bd38b
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

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