Toggle and Search icon not responding #1626
-
Checklist
What is the topic?Sharing tips and tricks DescriptionThe search icon and hamburger toggle icon does not work in mobile mode, any ideas to resolve this issue: Here are the links to the repository and web link. |
Beta Was this translation helpful? Give feedback.
Answered by
kungfux
Mar 23, 2024
Replies: 1 comment 4 replies
-
It does not work because the script responsible for that does not exist in your GET https://elishadamu97.github.io/my-chirpy-site/assets/js/dist/home.min.js
404 Not Found If you download build artifact you will see there is no such file in For your reference, I have many other files there: \assets\js\dist\app.min.js
\assets\js\dist\categories.min.js
\assets\js\dist\commons.min.js
\assets\js\dist\home.min.js
\assets\js\dist\misc.min.js
\assets\js\dist\page.min.js
\assets\js\dist\post.min.js |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
MrMurdock11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It does not work because the script responsible for that does not exist in your
dist
folder.If you download build artifact you will see there is no such file in
assets/js/dist
folder.For your reference, I have many other files there: