That was it! Godaddy wasn't allowing the display of SVG files for some reason. The solution was to add the following code to my .htaccess file in the root folder:
AddType image/svg+xml svg
AddType image/svg+xml svgz
AddEncoding x-gzip .svgz
That was it! Godaddy wasn't allowing the display of SVG files for some reason. The solution was to add the following code to my .htaccess file in the root folder:
AddType image/svg+xml svg
AddType image/svg+xml svgz
AddEncoding x-gzip .svgz