1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Mapping: MathJax -> mathjax.rstudio.com (#469)

This commit is contained in:
nobody
2021-05-26 06:56:57 +02:00
parent 6ee175eabb
commit d56b55ae0b
3 changed files with 8 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ var mappings = {};
* This only needs to be updated when new domains are added.
* It's not necessary for subdirectories!
*/
mappings.lastMappingUpdate = '2021-05-02';
mappings.lastMappingUpdate = '2021-05-25';
mappings.cdn = {
@@ -1030,6 +1030,11 @@ mappings.cdn = {
'/': {
'{version}/': resources.datatables
}
},
'mathjax.rstudio.com': {
'/': {
'{version}': resources.mathJax,
}
}
};