Skip to content

Commit

Permalink
don't need to change path on custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jun 17, 2024
1 parent d0d9cbf commit a3967a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ npm run build
cd ..
cp -r graph-ui/dist/index.html public/training/index.html
cp -r graph-ui/dist/_next public/_next
# just for current way of publish on github page, should not run locally
# it works without a condition because this command fails on macos
sed -i 's/\/_next/\/build-your-own\/_next/g' public/training/index.html

0 comments on commit a3967a2

Please sign in to comment.