Hi, I recently changed from express.static to sirv, so far so good, but I realized a footer images were not displaying correctly.
After a lot of search I discover sirv may have a problem with filenames with spaces.
Of course for a image name it's not a problem to just change the name, but maybe for some other projects this could be a problem, for example a project where the designer upload directly the files.
Hi, I recently changed from express.static to sirv, so far so good, but I realized a footer images were not displaying correctly.
After a lot of search I discover sirv may have a problem with filenames with spaces.
Of course for a image name it's not a problem to just change the name, but maybe for some other projects this could be a problem, for example a project where the designer upload directly the files.
Best regards.