- Fix volume initialization causing NaN error that blocked JS execution - Add null checks and error handling in storage module - Defer AudioContext creation until user interaction - Add ship emoji as favicon on all pages
5 lines
161 B
Bash
5 lines
161 B
Bash
# Domain for the icebreaker site
|
|
NGINX_HOST=icebreaker.timeobossuet.tech
|
|
|
|
# Email for Let's Encrypt SSL certificates
|
|
LETSENCRYPT_EMAIL=contact@timeobossuet.tech
|