Skip to content

Commit

Permalink
change output to standalone and re-add export to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
DonutsInBelly committed Jun 25, 2023
1 parent 61535e3 commit 0531ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
output: 'standalone',
reactStrictMode: true,
swcMinify: true,
images: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"lint": "next lint",
"dev": "next dev",
"build": "next build",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
Expand Down

0 comments on commit 0531ade

Please sign in to comment.