We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e126280 + 997fb2a commit 81fda6bCopy full SHA for 81fda6b
src/blocks/models/snippet.js
@@ -70,7 +70,7 @@ export const snippet = {
70
cache: true,
71
},
72
url: snippet =>
73
- `https://github.com/30-seconds/30-seconds-of-code/blob/master/snippets${snippet.slug}.md`,
+ `https://github.com/30-seconds/30-seconds-of-code/blob/master/content/snippets${snippet.slug}.md`,
74
actionType: snippet => (snippet.code ? 'codepen' : undefined),
75
isScheduled: {
76
body: snippet => snippet.dateModified > new Date(),
0 commit comments