Skip to content

Commit

Permalink
chore(cli): change next from use export to next start
Browse files Browse the repository at this point in the history
  • Loading branch information
jerensl committed Jun 12, 2024
1 parent 14757c8 commit 84737d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
reactStrictMode: true,
images: {
unoptimized: true
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": {
"dev": "next dev",
"build": "next build",
"start": "npx serve ./out/",
"start": "next start",
"lint": "next lint",
"export": "next build",
"generate:assets": "echo \"No assets to configure\"",
Expand Down

0 comments on commit 84737d3

Please sign in to comment.