Skip to content

Commit

Permalink
Add output static file options for nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
linxiaoxin committed May 25, 2024
1 parent 74ce1ff commit e41bf28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {
output: 'build',
}

module.exports = nextConfig

0 comments on commit e41bf28

Please sign in to comment.