Skip to content

Commit

Permalink
export out
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhymlore committed Oct 19, 2023
1 parent 54f3144 commit b8ca670
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 4 additions & 6 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: 'export'
}
/** @type {import('next').NextConfig} */
const nextConfig = {}

module.exports = nextConfig
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export && next-image-export-optimizer"
"lint": "next lint"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
Expand Down

0 comments on commit b8ca670

Please sign in to comment.