File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- /** this is the list of community resources we want to generate */
2
- let sites = [
1
+ /** This is the list of community content we want to generate. */
2
+ /** If you have content you would like to add, please open up a PR adding the link to this list and then run `npm run generate_resources` */
3
+ let urls = [
3
4
// 2025
4
5
"https://dev.to/dzakh/javascript-schema-library-from-the-future-5420" ,
5
6
"https://www.youtube.com/watch?v=yKl2fSdnw7w" ,
@@ -28,7 +29,7 @@ let sites = [
28
29
29
30
let generate = async () => {
30
31
let filePath = "data/resources.json"
31
- let metaData = await MetaTagsApi .getMetaTags (sites )
32
+ let metaData = await MetaTagsApi .getMetaTags (urls )
32
33
33
34
let fileContent = ` ${metaData
34
35
-> Array.map(i = >
You can’t perform that action at this time.
0 commit comments