Fix basepath ipv6, fix sponsor.

This commit is contained in:
2026-05-14 21:17:50 +07:00
parent 219b420f48
commit cce0c675f9
12 changed files with 177 additions and 125 deletions
+11
View File
@@ -2,7 +2,18 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
basePath: "/ipv6",
output: "standalone",
async redirects() {
return [
{
source: "/",
destination: "/ipv6",
basePath: false,
permanent: false,
},
];
},
images: {
remotePatterns: [
{