Spaces:
Runtime error
Runtime error
File size: 142 Bytes
41af422 |
1 2 3 4 5 |
#!/bin/sh
SITE_TITLE=${SITE_TITLE:-ChatGPT Web}
sed -i -E "s/<title>([^<]*)<\/title>/<title>${SITE_TITLE}<\/title>/g" /app/public/index.html |