From 0233f626b8cddc2864878dac819886638f491c59 Mon Sep 17 00:00:00 2001 From: Nguyen Quang Huy Date: Thu, 14 May 2026 00:00:35 +0000 Subject: [PATCH] add next config and stand --- next.config.ts | 2 ++ standalone-build.sh | 0 2 files changed, 2 insertions(+) mode change 100644 => 100755 standalone-build.sh diff --git a/next.config.ts b/next.config.ts index 2dcbfce..e23e4c7 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,8 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ + basePath: '/ipv6', + trailingSlash: true, output: "standalone", images: { remotePatterns: [ diff --git a/standalone-build.sh b/standalone-build.sh old mode 100644 new mode 100755