Closed emspishak closed 3 days ago
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
speed-insights-astro | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 20, 2024 6:08pm |
speed-insights-nextjs | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 20, 2024 6:08pm |
speed-insights-nuxt | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 20, 2024 6:08pm |
speed-insights-remix | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 20, 2024 6:08pm |
speed-insights-sveltekit | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 20, 2024 6:08pm |
speed-insights-vue | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Nov 20, 2024 6:08pm |
Thanks a million! This shouldn't be needed thanks to #88
process
may not exist in all frameworks, this ensures things will continue to work as expected.process.env[someVar]
works in dev mode but not production, so this switches toprocess.env.NEXT_PUBLIC_...
.๐ What's in there?
๐งช How to test?