Merge branch 'develop' into feat/duong-11052026-IPV6SUBMIT

This commit is contained in:
2026-05-14 21:28:29 +07:00
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -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 [
Regular → Executable
View File