#Hosted vue project serves blank on refresh/redirect
10 messages · Page 1 of 1 (latest)
With the default it would throw 404 on most things. No help removing them all. Or changing <*> to /index.htm 200 only.
Otherwise it's all been the two default ones.
Not sure if this will help, but I have my vue apps configured with:
</^[^.]+$|.(?!(css|gif|ico|jpg|js|png|txt|svg|woff|ttf)$)([^.]+$)/>
/
200 (Rewrite)
Hm, ran the build locally. Seems like some scripts like the router failed to build...
But dev works fine >.<
Gaaaha
What errors did the build return?
User error, was a misconfiguerd vite base path
@karmic violet was this resolved?