intelops / website

This is the repo to manage all the website work, which is being developed using hugo framework.
https://intelops.ai
6 stars 21 forks source link

fixed image display issues #290

Closed devopstoday11 closed 11 months ago

stackblitz[bot] commented 11 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

netlify[bot] commented 11 months ago

Deploy Preview for intelops-website-prod ready!

Name Link
Latest commit 44f09f66816ed0e8b04393b87679c7465112fede
Latest deploy log https://app.netlify.com/sites/intelops-website-prod/deploys/658861af978df700083ffc13
Deploy Preview https://deploy-preview-290--intelops-website-prod.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

devopstoday11 commented 11 months ago

@tfsumon , images are still not displaying. Have you tested by deploying on netlify?

tfsumon commented 11 months ago

Yes. I tested it using netlify. Here is the url - https://zs-intelops-website.netlify.app/

tfsumon commented 11 months ago

@devopstoday11

In the earlier pull request, I forgot to set the baseUrl for specific contexts such as deploy-preview and branch-preview in netlify config file. This led to the issue of images not showing up. I've addressed this issue in the current pull request, and everything should be working fine now. Please take a look at the changes here: https://github.com/intelops/website/pull/291