···138138Customization can be done by passing environment variables to the build command. Examples:
139139140140```bash
141141-PHANPY_APP_TITLE="Phanpy Dev" \
141141+PHANPY_CLIENT_NAME="Phanpy Dev" \
142142 PHANPY_WEBSITE="https://dev.phanpy.social" \
143143 npm run build
144144```