Fix: subdirectory deployment (#2205)

This commit is contained in:
Isidro Osoria 2023-10-18 23:49:42 +08:00 committed by GitHub
parent 5f7891d8db
commit b8eda91005
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 42 additions and 41 deletions

View file

@ -2,6 +2,7 @@ const { i18n } = require("./next-i18next.config");
/** @type {import('next').NextConfig} */
const nextConfig = {
assetPrefix: ".",
reactStrictMode: true,
output: "standalone",
swcMinify: false,