jpanther / congo

A powerful, lightweight theme for Hugo built with Tailwind CSS.
https://jpanther.github.io/congo/
MIT License
1.19k stars 313 forks source link

Fix search to always fetch index.json from / #875

Closed jneidel closed 4 months ago

jneidel commented 4 months ago

I got 404s when deploying to netlify because baseURL was a different domain from where it was deployed.

Sure, you could say that I should fix the config on my end (and I will.)

But this could still be simplified to just always fetch from the site root. Specifying the domain is wholly unnecessary.

netlify[bot] commented 4 months ago

Deploy Preview for hugo-congo ready!

Built without sensitive environment variables

Name Link
Latest commit 9c1ad98d66d408fc612af9352a49c3f1f06ca8d2
Latest deploy log https://app.netlify.com/sites/hugo-congo/deploys/663cc697e03d1000088d334d
Deploy Preview https://deploy-preview-875--hugo-congo.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.

jneidel commented 4 months ago

Nevermind, it is needed for multiple languages.