Skip to content

Commit

Permalink
change config
Browse files Browse the repository at this point in the history
  • Loading branch information
YeahNotSewerSide committed Sep 9, 2023
1 parent aac62df commit 78a39ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {
output: 'export',
}

module.exports = nextConfig

Expand All @@ -17,6 +19,7 @@ if (isGithubActions) {
basePath = `/${repo}`

module.exports = {
output: 'export',
assetPrefix: assetPrefix,
basePath: basePath,
}
Expand Down

0 comments on commit 78a39ad

Please sign in to comment.