{"section":"known-issues","requestedLocale":"en","requestedSlug":"incomplete-image-links-in-critical-css-optimization","locale":"en","slug":"incomplete-image-links-in-critical-css-optimization","path":"docs/en/known-issues/Store Framework/incomplete-image-links-in-critical-css-optimization.md","branch":"main","content":"## Summary\n\n\nWhen the critical CSS optimization feature is enabled in Store Framework stores, image links added via CSS are inserted with only the path (path) and not the full URL. This can lead to 404 errors when attempting to access these links through the site's URL.\n\n\n##\n\n## Simulation\n\n\n\n- Access a store that uses the Store Framework.\n- Enable the critical CSS optimization feature in the settings.\n- Add images via CSS using full links.\n- Check the generated CSS file and observe that image links appear only with the path, lacking the complete domain.\n\n\n##\n\n## Workaround\n\n\nCurrently, there is no workaround for this bug. It is recommended to avoid using images via CSS due to several reasons, including SEO implications and accessibility concerns. Instead, users should add images using image blocks. For icons, it’s advisable to use the method provided here to ensure proper rendering and SEO compliance."}