We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cb576 commit d5646c5Copy full SHA for d5646c5
src/server/index.js
@@ -245,7 +245,8 @@ export function makeServer({ environment = 'development' } = {}) {
245
};
246
});
247
248
- this.passthrough('https://cdn.jsdelivr.net/gh/PrismJS/prism@1.29.0/themes/prism-tomorrow.css');
+ this.passthrough('https://cdn.jsdelivr.net/gh/PrismJS/prism@1.29.0/*');
249
+ this.passthrough('https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.8.0/*');
250
},
251
252
// -------------------------------------------------- Seeds //
0 commit comments