Open leogallot opened 1 month ago
Hello,
I noticed that the value of the endpoint argument passed to url_for has been wrongly modified, the endpoint name is still "vite.static". The issue obviously only occurs when the vite folder path chosen is different from vite.
endpoint
url_for
"vite.static
vite
Hello,
I noticed that the value of the
endpoint
argument passed tourl_for
has been wrongly modified, the endpoint name is still"vite.static
". The issue obviously only occurs when the vite folder path chosen is different fromvite
.