Skip to content

Commit

Permalink
🔥 Remove basePath
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Sep 2, 2024
1 parent b30011d commit 0bcd26c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
*/
const isGithubActions = process.env.GITHUB_ACTIONS || false;
const assetPrefix = isGithubActions ? `/blog/` : "";
const basePath = isGithubActions ? `/blog` : "";

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

Expand Down

0 comments on commit 0bcd26c

Please sign in to comment.