Compare commits

...

2 Commits

@ -78,6 +78,7 @@ vercel-build: install-vercel-deps build
mv build v0.1 mv build v0.1
mkdir build mkdir build
mv v0.1 build mv v0.1 build
mv build/v0.1/404.html build
start: start:
cd $(OUTPUT_NEW_DIR) && yarn && yarn start --port=$(PORT) cd $(OUTPUT_NEW_DIR) && yarn && yarn start --port=$(PORT)

@ -14,7 +14,7 @@
"destination": "/v0.1/docs/:path*/" "destination": "/v0.1/docs/:path*/"
}, },
{ {
"source": "(/?)|(/v0.1/?)", "source": "(/?)",
"destination": "/v0.1/docs/get_started/introduction/" "destination": "/v0.1/docs/get_started/introduction/"
}, },
{ {

Loading…
Cancel
Save