You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is causing an issue for me - I don't provide a prefix, but now all my static urls are prepended with /. Can I suggest that we only append a / to the prefix if it doesn't end with /and it has been defined?
django-vite/django_vite/templatetags/django_vite.py
Lines 459 to 462 in f2af541
This is causing an issue for me - I don't provide a prefix, but now all my static urls are prepended with
/
. Can I suggest that we only append a/
to the prefix if it doesn't end with/
and it has been defined?E.g.
The text was updated successfully, but these errors were encountered: