When I load any docs page, the JavaScript console shows:
Failed to load resource: the server responded with a status of 404 ()
clarity.js:1
It looks like the body footer is trying to load /js/clarity.js but this file does not exist in the repository.
|
<script src="/js/clarity.js"></script> |
We should either remove line 13 from body-end.html or add clarity.js to the repo.
When I load any docs page, the JavaScript console shows:
It looks like the body footer is trying to load /js/clarity.js but this file does not exist in the repository.
docs/docs/layouts/partials/hooks/body-end.html
Line 13 in da21855
We should either remove line 13 from body-end.html or add clarity.js to the repo.