Hello,
I used frontity to develop a site for a client.
for deployment the client requires that the site be deployed on a Windows VPS server.
Currently I have installed a certificate on the server (which works well), but when I launch the site with the command “npx frontity serve --port PORT_NUMBER” it returns the site in http instead of https.
so I would like you to help me find a solution on how to force the frontity site to open on https.
Thank you