Skip to content

Commit

Permalink
fix: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
whitebit-robot committed Jan 31, 2024
1 parent 7adf95b commit 469f942
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
images: {
unoptimized: true,
},
output: "export",
reactStrictMode: true,
swcMinify: true,
trailingSlash: true,
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export && touch out/.nojekyll",
"export": "next build && touch out/.nojekyll",
"deploy": "gh-pages -d out -t true"
},
"dependencies": {
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"@types/node": "^20.11.13",
"autoprefixer": "10.4.17",
"gh-pages": "^6.0.0",
"gh-pages": "^6.1.1",
"postcss": "^8.4.33",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
Expand Down

0 comments on commit 469f942

Please sign in to comment.