You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Copy the scripts/robots-enable-indexing.txt file or the scripts/robots-enable-indexing.txt file to public/robots.txt based on the ENABLE_GOOGLE_INDEXING environment variable
echo "copy robots.txt file"
ls -l
if [[ "$ENABLE_GOOGLE_INDEXING" == "true" ]]; then