Skip to content

Commit

Permalink
removed next export from package
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Dec 23, 2023
1 parent 0a9ac89 commit 04ca4e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const nextConfig = (phase) => {
const isProduction = phase === PHASE_PRODUCTION_BUILD

return {
output: 'export',
// basePath: '/expressots-site',
images: { unoptimized: true },
assetPrefix: isProduction ? 'https://expresso-ts.com' : '',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"build": "NODE_ENV=production next build",
"build:v2": "next build",
"prod": "npx serve@latest out",
"export": "next export",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
Expand Down

0 comments on commit 04ca4e3

Please sign in to comment.