PragmaTwice commented on code in PR #85:
URL: 
https://github.com/apache/incubator-kvrocks-website/pull/85#discussion_r1166991830


##########
src/constants.ts:
##########
@@ -0,0 +1,3 @@
+// The DNS for cdn.jsdelivr.net and fastly.jsdelivr.net have been polluted by 
the GFW. 
+// For now, gcore.jsdelivr.net is still accessible, but its future 
availability is uncertain. 
+export const IMG_CDN_URL_PREFIX = 
'https://gcore.jsdelivr.net/gh/apache/incubator-kvrocks-website@main/static/img/';

Review Comment:
   ```suggestion
   export const IMG_CDN_URL_PREFIX = 
'https://gcore.jsdelivr.net/gh/apache/incubator-kvrocks-website@main/static/img/';
   
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to