I encounter a problem, now I use hexo built for a personal blog: https://darr-en1.github.io/
But then the deployment to https://github.com/Darr-en1/Darr-en1.github.io: Out of curiosity, I set the project as private, and then it becomes 404, which cannot be accessed, and then I set it as public, which cannot solve this problem,
Then I delete the project and recreate it then hexo d
, but still cannot be accessed.
Can you help me?
deploy:
type: git
repo: https://github.com/Darr-en1/Darr-en1.github.io.git
branch: master
When I opened the developer tool, the error was shown as follows:
Refused to load the image 'https://darr-en1.github.io/favicon.ico' because it violates the following Content Security Policy directive: "img-src data:".