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 e75c98b commit ed57e08Copy full SHA for ed57e08
server/scripts/examples.js
@@ -264,7 +264,7 @@ function createProjectsInP5user(projectsInAllCategories) {
264
const fileID = objectID().toHexString();
265
newProject.files.push({
266
name: assetName,
267
- url: `https://rawgit.com/processing/p5.js-website/master/src/data/examples/assets/${assetName}`,
+ url: `https://cdn.jsdelivr.net/gh/processing/p5.js-website@master/src/data/examples/assets/${assetName}`,
268
id: fileID,
269
_id: fileID,
270
children: [],
0 commit comments