yangxk1 opened a new issue, #52: URL: https://github.com/apache/incubator-graphar-website/issues/52
The blog page cannot load the images on GitHub, but this is normal when running locally. <img width="1440" height="369" alt="Image" src="https://github.com/user-attachments/assets/511ef56b-9246-487f-bf11-3d7a39d53552" /> image request curl: ``` curl 'https://avatars.githubusercontent.com/u/29755009' -H 'Referer: https://graphar.apache.org/' ``` I guess it's the browser blocking cross-domain requests (CORS). If the browser cannot be changed, we can download the image as a static resource -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
