From bc7b3c9640c225b4943f90e8a7c5fcb18a128d2e Mon Sep 17 00:00:00 2001 From: watchakorn-18k Date: Sun, 24 Nov 2024 14:38:33 +0700 Subject: [PATCH] fix : basePath website --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 9a4e319..2c56347 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,7 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ - basePath: "/", + basePath: "/18k-radio.github.io", distDir: "build", output: "export", reactStrictMode: true,