Skip to content

Commit

Permalink
test(): deploy with nojekyll file
Browse files Browse the repository at this point in the history
  • Loading branch information
limitofzero committed Jan 20, 2024
1 parent 70041e7 commit b658326
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file added .nojekyll
Empty file.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
const nextConfig = {
output: 'export',
basePath: '/limit-order-parser',
assetPrefix: '/limit-order-parser',
}

module.exports = nextConfig
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "cp .nojekyll ./out/_next",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
Expand Down

0 comments on commit b658326

Please sign in to comment.