diff --git a/core/mappings.js b/core/mappings.js index 7f862e07..a6e83fb5 100644 --- a/core/mappings.js +++ b/core/mappings.js @@ -925,6 +925,12 @@ mappings.cdn = { '/': { '{version}/css/materialdesignicons.min.css': resources.materialDesign } + }, + // Sentry's Raven.js (https://codeberg.org/nobody/LocalCDN/issues/214) + 'cdn.ravenjs.com': { + '/': { + '{version}/raven.': resources.ravenJS + } } }; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index adb9474a..e1fb35e9 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -30,6 +30,7 @@
  • Added: blazy v1.8.2 (#211)
  • Updated: highlight.js v10.4.1 -> v10.5.0 (#212)
  • Added: docsearch.js v2.6.3 (#213)
  • +
  • Added CDN: cdn.ravenjs.com (#214)