Jul 14, 2023
Hi there,
Try updating the following line on deploy.yml
Before:
run: npm run build
After:
run: npm run build && cp ./dist/index.html ./dist/404.html
Let me know if it works for you.
Hi there,
Try updating the following line on deploy.yml
Before:
run: npm run build
After:
run: npm run build && cp ./dist/index.html ./dist/404.html
Let me know if it works for you.
Front-end web developer • tech, music, video games