mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
feat: add wordpress config for http images (#6790)
* wordpress: add cdn for images * wordpress: use envars to define cdn url * wordpress: fix english doc * wordpress: update route * wordpress: update docs Co-authored-by: duhd1993 <duhd1993@gmail.com>
This commit is contained in:
@@ -188,6 +188,9 @@ const calculateValue = () => {
|
||||
scboy: {
|
||||
token: envs.SCBOY_BBS_TOKEN,
|
||||
},
|
||||
wordpress: {
|
||||
cdnUrl: envs.WORDPRESS_CDN,
|
||||
},
|
||||
};
|
||||
};
|
||||
calculateValue();
|
||||
|
||||
Reference in New Issue
Block a user