Added base path
This commit is contained in:
@@ -4,6 +4,7 @@ const isBuildStage = envVar.get('IS_BUILD_STAGE').default('false').asBool()
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
basePath: '/factorio',
|
||||
swcMinify: true,
|
||||
/** @type {import('next/config').ServerRuntimeConfig} */
|
||||
serverRuntimeConfig: {
|
||||
|
||||
Reference in New Issue
Block a user