My search box doesn't respond to clicks
My search box doesn't respond to clicks. How should I do? Thank you very much. https://github.com/TbusOS/blog.git https://github.com/TbusOS/tbusos.github.io.git
There's an issue for this in the main docsy repo: https://github.com/google/docsy/issues/285
Please update the commit to the latest commit in your go.mod, that should solve the issue.
my update the go.mod, like this , the page has a problem about 404. How should I do?
`module github.com/google/docsy-example
go 1.12
require ( github.com/FortAwesome/Font-Awesome v0.0.0-20210804190922-7d3d774145ac // indirect github.com/google/docsy v0.2.0 // indirect github.com/twbs/bootstrap v4.6.1+incompatible // indirect )`