I tried adding a spline 3D element through sandbox to my wix site a few months ago. Now I am redoing the site and I see that when I publish the site, on the live site it shows a sandbox editor with code.
it doesn’t show on the wix site editor. I’m not even sure how I did this. I’m a beginner with code in general.
I tried unsyncing sandbox in the content manager. And I searched for the spline tool in dev mode and deleted that section.
I would like to delete the sandbox editor on the live site.
You’ll want to take your bundled code and place it in a HTML element:
However that’s only part of the solution. I’m not sure how to bundle the code from a site like CodeSandbox so that it will import the proper libraries and work outside of CodeSandbox. It could just work as-is but it may not.