# 1. HTML dosyasını senin istediğin hale getirelim
cat < /var/www/pysmind/dist/index.html
pysmind.com
EOF
# 2. Assets (JS/CSS) içindeki tüm gizli "xu-ai" yazılarını pysmind ile değiştir
find /var/www/pysmind/dist/assets/ -type f -exec sed -i 's/xu-ai.xyz/pysmind.com/g' {} +
find /var/www/pysmind/dist/assets/ -type f -exec sed -i 's/XU-AI/Pysmind/g' {} +
# 3. Nginx'i tazele
sudo systemctl restart nginx