Commit Graph

2 Commits

Author SHA1 Message Date
Nils Schönwald 72cc7db1bd fix to use https urls in meta data images when using experimental-https (#80276)
fixes #80275 

.. to generate https image urls in meta data when using the
--experimental-https flag

---------

Co-authored-by: Zack Tanner <1939140+ztanner@users.noreply.github.com>
Co-authored-by: JJ Kasper <jj@jjsweb.site>
2025-06-24 01:23:52 +00:00
Zack Tanner adc413b3fb add experimental https support to next dev (#54016)
This adds an `--experimental-https` flag to `next dev` which will generate a self-signed certificate via [mkcert](https://github.com/FiloSottile/mkcert) and use it for the dev server.

also supports passing in pre-existing certs via `--experimental-https-cert` and `--experimental-https-key`

x-ref: https://github.com/vercel/next.js/discussions/33768 https://github.com/vercel/next.js/discussions/10935
2023-08-19 01:04:06 +00:00