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
That gets translated to [hash].ttf; now, because I'm using the history-API, the request to the ttf becomes for example accounts/[hash].ttf where hash is a hex-string. Can I make the loader output paths that are absolute? (if I make them absolute in the css, they are ignored like the docs say)
The text was updated successfully, but these errors were encountered:
I have a piece of code:
That gets translated to
[hash].ttf
; now, because I'm using the history-API, the request to the ttf becomes for exampleaccounts/[hash].ttf
where hash is a hex-string. Can I make the loader output paths that are absolute? (if I make them absolute in the css, they are ignored like the docs say)The text was updated successfully, but these errors were encountered: