I have an Astro project that needs https locally for a specific feature. We get by using the basic-ssl plugin for vite which generates an untrusted certificate.
It would be nice if there was a feature to ignore untrusted https errors because it currently returns Detected 1 broken links when trying to visit https://localhost:3000
I have an Astro project that needs https locally for a specific feature. We get by using the
basic-ssl
plugin for vite which generates an untrusted certificate.It would be nice if there was a feature to ignore untrusted https errors because it currently returns
Detected 1 broken links
when trying to visithttps://localhost:3000