diff --git a/next.config.ts b/next.config.ts index 0988bc5..335e1ab 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,7 +2,8 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ - basePath: "/ipv6", + basePath: '/ipv6', + trailingSlash: true, output: "standalone", async redirects() { return [ diff --git a/standalone-build.sh b/standalone-build.sh old mode 100644 new mode 100755