Currently, I am in the process of developing a basic website and have decided to incorporate the Ajaxify library for seamless page transitions. One challenge I have encountered involves the combination of global CSS files (applied throughout the entire site) and specific CSS files (unique to each individual page). Upon transitioning pages with Ajaxify, it successfully pushes the content but does not include the specific CSS links located within the head, resulting in some buggy behavior on the site. Do you have any suggestions on how I can modify Ajaxify to also recognize and push these link tags properly?
Thank you for your assistance.