react-waypoint not compatible with gatsby-plugin-transition-link solution – add that styles anywhere //gatsby transition link (ani) conflicts with waypoint.tl-edges { overflow-x: initial !important;}
Category Archives: solved
Nuxt page and layout transitions
Customizing Beufy / Bulma in Nuxt
solution create global styles in ~/css/main.scss and modify variables before importing Bulma files. Than add it in nuxt.config.js
Nuxt – asyncData with multiple enpoints
problem using Promise.all to retrieve data from more than one endpoint.* payoadUrl is for retrieving payload.js if necessary ( from nuxt-payload-extractor module ) solution
Nuxt – dynamic images paths from asset directory
solution
Nuxt – Buefy – mobile menu not working
problem Using beufy and <b-navbar> component. Mobile menu is being closed after clicking on any link inside instead of opening another page. Probably click event is not propagated solution Need to set navbar so it does not automatically close on click (close-on-click) and manually close it after menu link is clicked