Closed windy-itus closed 1 year ago
I can load image from gcs with url like "http://localhost:3001/display?url=https://storage.googleapis.com/{{BUCKET_NAME}}/static-files/avatar/af50dcd1-670b-49b9-a1f2-0945b6fd161b.jpeg&w=180&h=180&op=resize"
but i want to load image from gcs with url like "http://localhost:3001/display?url=/static-files/avatar/af50dcd1-670b-49b9-a1f2-0945b6fd161b.jpeg&w=180&h=180&op=resize" because I have already setup src with gcs in picfit config file.
Currently, Does the picfit support it?
I can load image from gcs with url like "http://localhost:3001/display?url=https://storage.googleapis.com/{{BUCKET_NAME}}/static-files/avatar/af50dcd1-670b-49b9-a1f2-0945b6fd161b.jpeg&w=180&h=180&op=resize"
but i want to load image from gcs with url like "http://localhost:3001/display?url=/static-files/avatar/af50dcd1-670b-49b9-a1f2-0945b6fd161b.jpeg&w=180&h=180&op=resize" because I have already setup src with gcs in picfit config file.
Currently, Does the picfit support it?