Skip to content

Commit d5646c5

Browse files
Updated passthrough urls
1 parent a7cb576 commit d5646c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/server/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ export function makeServer({ environment = 'development' } = {}) {
245245
};
246246
});
247247

248-
this.passthrough('https://cdn.jsdelivr.net/gh/PrismJS/prism@1.29.0/themes/prism-tomorrow.css');
248+
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/*');
249250
},
250251

251252
// -------------------------------------------------- Seeds //

0 commit comments

Comments
 (0)