Added base path

This commit is contained in:
Sebastian Seedorf
2022-08-18 13:33:50 +02:00
parent 19e67a5f84
commit 07469dde88
6 changed files with 23 additions and 25 deletions

View File

@@ -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: {