Hi,
I have a project that has been built with Vite, TypeScript, React , shadcn-ui ,Tailwind CSS. it’s a landing page. The original files are on github but I downloaded the copy on my local to start building it on HubSpot. I need to host it on HubSpot CMS. These are the steps I took:
1. Built my Project for Production with npm run build
2. Installed and Set Up HubSpot CLI
3. Organize My Files for HubSpot in File manager
4. Created a HubSpot Template ( html + Hubl) and Referenced My .JS and .CSS assets.
It seems everything is good to go but when I publish my changes under design manager, it gives me an error on my file path which sounds like nothing is working.
I feel like I’m so close but I stuck. please help or give me some clue to move forward. Thank you