You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to redirect to other website when I click a menu item.for example,when I click photography,I want to redirect to www.tuchong.com. how should I do?
The text was updated successfully, but these errors were encountered:
I sloved this quesiton. when redirecting to other website ,we need to add http:// or https:// .
detail as followed,configure your theme's _config.yml like this:
menu:
photography: http://tuchong.com || camera
Then you will be redirected to http://tuchong.com when you click photography item!
I agree and want to create new issue
Expected behavior
Actual behavior
Steps to reproduce the behavior
Hexo Information
NexT Information
NexT Version:
NexT Scheme:
Other Information
I want to redirect to other website when I click a menu item.for example,when I click photography,I want to redirect to www.tuchong.com. how should I do?
The text was updated successfully, but these errors were encountered: