Update base_path in crowdin.yml to use relative path

This commit is contained in:
BruceChen 2026-03-28 23:38:56 +08:00
parent 2d677e0f0d
commit f0fda8ce9f

View file

@ -1,6 +1,6 @@
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "/"
"base_path": "./"
"preserve_hierarchy": true
"base_url": "https://api.crowdin.com"