code100x / 100xdevs-landing-page

2 stars 12 forks source link

caching issue or deployment problem causing the changes to the favicon and title to not appear on the live website #10

Open shahzad67432 opened 1 month ago

shahzad67432 commented 1 month ago
  1. Clear Browser Cache

  2. Verify Deployment: Ensure that the latest commit has been properly deployed to the live environment

  3. Check Server Cache: If your server uses caching (e.g., with a CDN or server-side caching), clear the cache to ensure the latest files are served.

  4. Inspect the Live Site: Use the browser's developer tools to inspect the live site and see if the changes are present in the HTML. Look for the tag and the <link> tag for the favicon in the <head> section.</p> </li> </ol> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>