From 97aeefb1c049f954a66ca3a9c1c101730533a19a Mon Sep 17 00:00:00 2001 From: DTA32 <97021335+DTA32@users.noreply.github.com> Date: Sun, 24 Sep 2023 00:51:23 +0700 Subject: [PATCH] setelah diubah reponya apakah bisa tanpa basePath? --- next.config.js | 1 - src/app/components/Home.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index 766a906..bd7fd9e 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { output: "export", - basePath: "/dta32-site", images: { unoptimized: true }, }; diff --git a/src/app/components/Home.tsx b/src/app/components/Home.tsx index 0c4afa0..4668090 100644 --- a/src/app/components/Home.tsx +++ b/src/app/components/Home.tsx @@ -13,7 +13,7 @@ export default function Home() {