Coming from slack 🧵
Problem
If no enviornment is specified, jekyll runs in development mode.
This is causing concierge URL to link to localhost.
Solution
In cloudflare, set the value of JEKYLL_ENV to production
Docs: https://jekyllrb.com/docs/configuration/environments/#:~:text=JEKYLL_ENV%3Dproduction%20jekyll%20build
Coming from slack 🧵
Problem
If no enviornment is specified, jekyll runs in development mode.
This is causing concierge URL to link to localhost.
Solution
In cloudflare, set the value of
JEKYLL_ENVtoproductionDocs: https://jekyllrb.com/docs/configuration/environments/#:~:text=JEKYLL_ENV%3Dproduction%20jekyll%20build