Skip to content

Commit

Permalink
fix(ca): make /ca/ link work when accessed directly
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopvl committed Jul 19, 2024
1 parent 3e93a37 commit 65c78f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && rm out/404.html",
"build": "next build && rm out/404.html && cp out/ca.html out/ca/index.html && cp out/ca.txt out/ca/index.txt",
"start": "next start",
"lint": "next lint",
"export": "next export",
Expand Down

0 comments on commit 65c78f2

Please sign in to comment.