嘿,我刚从原版OpenList迁移到这个项目,觉得这个项目超酷!我发现前端静态资源从cloudflare加载,速度很慢,于是想到原版的`config.json`中有个字段可以填写为 ```json { "cdn": "https://registry.npmmirror.com/@openlist-frontend/openlist-frontend/$version/files/dist", } ``` 请问在这个项目中,该怎样配置?
嘿,我刚从原版OpenList迁移到这个项目,觉得这个项目超酷!我发现前端静态资源从cloudflare加载,速度很慢,于是想到原版的
config.json中有个字段可以填写为{ "cdn": "https://registry.npmmirror.com/@openlist-frontend/openlist-frontend/$version/files/dist", }请问在这个项目中,该怎样配置?