Skip to content

Commit

Permalink
🐛 Fix nextConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Sep 2, 2024
1 parent 99c9403 commit c23c153
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
Expand Up @@ -9,8 +9,8 @@ const assetPrefix = isGithubActions ? `/${repo}/` : "";
const basePath = isGithubActions ? `/${repo}` : "";

const nextConfig = {
basePath,
assetPrefix,
// basePath,
// assetPrefix,
output: "export",

// Optional: Change links `/me` -> `/me/` and emit `/me.html` -> `/me/index.html`
Expand Down

0 comments on commit c23c153

Please sign in to comment.