Closed gi-b716 closed 1 month ago
I encountered this problem when accessing https://site/admin/#/. I made sure that index.html and config.yml were in the source/admin directory, but the error still occurred. I also encountered the same problem when using hexo server locally
index.html
config.yml
source/admin
hexo server
Update: I found that config.yml unexpectedly changed to config.json after deployment
I fixed it
I encountered this problem when accessing https://site/admin/#/. I made sure that
index.html
andconfig.yml
were in thesource/admin
directory, but the error still occurred. I also encountered the same problem when usinghexo server
locally