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