Chirag Singla
Chirag Singla
## Pull request type Critical Fix ## What is the current behavior? Some of the player providers load content from cdn.jsdelivr.net, which is blocked in China and some other regions....
### Screenshots  ### Workflow to automate build and publish - The workflow will run on push and pull request to main branch and automatically check if the app build...
Things to do - [x] Update the workflow to build this site - [ ] Migrate old versions properly - [x] Remove old docs - [ ] Redesign home page...
**Describe the bug** Saving cache hangs up the node process causing a 2min slowdown. This is related to https://github.com/nodejs/node/issues/47228. This has caused many Github actions to manually call `process.exit()` to...