I’m pretty new to Sveltekit but finally tried your sample for it- works great in the local server but once I build out a dist using the deploy to FTP component, there is no html or web page in the build to open? Am I missing something obvious
Also, when I build the sample using the regular Needle build production dist, the export has html in it but I can’t navigate past the main page which loads, the fix for this was to change the paths: base in svelte.config.js in the project which was causing the url to change when I clicked other webpages
Regarding the base path: that’s mentioned in the project’s README - perhaps this readme should be opened when generating the project or be somehow mentioned/displayed in Unity (maybe via a button)