Skip to content

Commit

Permalink
Make the homepage not return 404
Browse files Browse the repository at this point in the history
  • Loading branch information
bortoz authored Oct 26, 2024
1 parent 1dafa9a commit 2c32bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ apt-get update
apt-get install -y asymptote texlive-latex-extra texlive-fonts-recommended libxkbcommon0
yarn install --production --frozen-lockfile
yarn build
mv dist/index.html dist/404.html
cp dist/index.html dist/404.html

0 comments on commit 2c32bcd

Please sign in to comment.