Skip to content

Commit

Permalink
setelah diubah reponya apakah bisa tanpa basePath?
Browse files Browse the repository at this point in the history
  • Loading branch information
DTA32 committed Sep 23, 2023
1 parent 88efa0d commit 97aeefb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
basePath: "/dta32-site",
images: { unoptimized: true },
};

Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Home() {
</div>
<div className="md:col-span-4 relative max-h-[90vh]">
<Image
src="/dta32-site/home.jpg"
src="/home.jpg"
alt="home"
width={1992}
height={1992}
Expand Down

0 comments on commit 97aeefb

Please sign in to comment.