I’ve tried to follow documentation closely, but must have gone wrong somewhere.
I set the environment variable ‘URL’ to match my site URL, but all the auto generated links still point to localhost:port. I think I’m setting the correct env variable, but perhaps I’m missing some secret sauce? The site is https://planesailinggames.com - if you look at the auto generated links you’ll see what I mean.
Brilliant, thank you. I must be so used to seeing environment variables in upper case that I had ‘case blindness’ here. Setting the key to lower case ‘url’ resolved my problem.