forked from UKSOURCE/ipv6
Merge branch 'develop' into feat/duong-11052026-IPV6SUBMIT
This commit is contained in:
+2
-1
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user