Skip to content

Commit

Permalink
change base path
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasma0305 committed May 1, 2024
1 parent 8fb43fa commit 14baca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: "/",
assetPrefix: "/",
basePath: "",
assetPrefix: "",
output: "export",
images:{
unoptimized: true
Expand Down

0 comments on commit 14baca4

Please sign in to comment.