-1👍
may one of this answer will help you.
Create a 404.html file with the same content of your index.html file ( in the public folder )
Set the vue router to hash mode ( use createWebHashHistory() not createWebHistory() )
Source:stackexchange.com