diff --git a/docs/Makefile b/docs/Makefile index e2654028486..fb7f3d08a82 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -79,6 +79,7 @@ vercel-build: install-vercel-deps build mv build v0.2 mkdir build mv v0.2 build + mv build/v0.2/404.html build start: cd $(OUTPUT_NEW_DIR) && yarn && yarn start --port=$(PORT)