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
Now, I have to define the empty component <AppContribute /> to turn down this component. I just don't want to publish my blog on GitHub and I don't need this component.
I suggest adding another option to blog.settings.js, for example, showContributeComponent. But the better way is using hideContributeComponent because it doesn't break anything if users upgrade nuxt-content-theme-blog. I mean, now you can just don't mention hideContributeComponent option in the config and by default, the component <AppContribute /> will be shown.
The text was updated successfully, but these errors were encountered:
Now, I have to define the empty component
<AppContribute />
to turn down this component. I just don't want to publish my blog on GitHub and I don't need this component.I suggest adding another option to
blog.settings.js
, for example,showContributeComponent
. But the better way is usinghideContributeComponent
because it doesn't break anything if users upgradenuxt-content-theme-blog
. I mean, now you can just don't mentionhideContributeComponent
option in the config and by default, the component<AppContribute />
will be shown.The text was updated successfully, but these errors were encountered: