You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: