Skip to content

Commit

Permalink
chore: fix deploy site
Browse files Browse the repository at this point in the history
  • Loading branch information
danigb committed Apr 22, 2024
1 parent e25dc76 commit 7749cf2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-ravens-guess.md

This file was deleted.

1 change: 1 addition & 0 deletions site/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if (isDeploy) {
}
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
assetPrefix,
basePath,
reactStrictMode: true,
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devs": "next-dev-https --https --port 3001",
"deploy": "npm run deploy:build && npm run deploy:github",
"deploy:github": "npm run deploy:build && gh-pages -d out/ -t true",
"deploy:build": "DEPLOY=true next build && DEPLOY=true next export",
"deploy:build": "DEPLOY=true next build",
"start": "next start",
"lint": "next lint"
},
Expand Down

0 comments on commit 7749cf2

Please # to comment.