DSUnfortunately the link to the site is to vercel.com and not to the demo site as I was expectingComment·Article·Aug 2, 2024·Introducing MentalFriend: A Mental Health Chatbot
DSAlso, for showing desktop mode on mobile, you can try to remove the following line from index.html: <meta name="viewport" content="width=device-width, initial-scale=1.0" /> This will prevent your site from sizing on mobile devices. Not sure if this is what you're looking for 🤷♂️Reply·Article·Feb 16, 2023·React PWA with TypeScript using CRA or Vite
DSFor the start_url, please add the full url with the https enabled, like: https://example.com/ instead of example.comReply·Article·Feb 16, 2023·React PWA with TypeScript using CRA or Vite