While I realize this may not be the typical scenario, please listen to my situation: I am using Strapi and creating components and collections. One of these collections needs to include code snippets (specifically typescript) that I have stored in a GitHub repository. I attempted to store the snippets as strings, but I am unable to parse them in my NextJS App due to cross scripting issues. This is my first project using NextJS and Strapi, so any tips or advice on how to achieve what I'm aiming for would be greatly appreciated.