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
I’ve implemented a fix that addresses the case sensitivity issue for asset paths by normalizing the file paths to lowercase. The fix includes tests for various cases such as mixed cases and file extensions.
The solution is now available in PR #1580 for review.
Describe the problem you discovered
Currently, asset names are case sensitive, which creates inconvenience and discomfort for users.
For instance, if I have an HTML page with the following code:
<img src="assets/images/logo.png" alt="logo" style="width: 100px">
And my asset is named "Logo.png" with an uppercase "L," AEWebsite fails to display the image correctly.
Describe the solution you'd like
No response
Epic
#1062
The text was updated successfully, but these errors were encountered: