mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-16 09:49:49 +00:00
Fix: subdirectory deployment (#2205)
This commit is contained in:
parent
5f7891d8db
commit
b8eda91005
20 changed files with 42 additions and 41 deletions
|
@ -2,6 +2,7 @@ const { i18n } = require("./next-i18next.config");
|
|||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
assetPrefix: ".",
|
||||
reactStrictMode: true,
|
||||
output: "standalone",
|
||||
swcMinify: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue