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 = [
34 // 2025
45 "https://dev.to/dzakh/javascript-schema-library-from-the-future-5420" ,
56 "https://www.youtube.com/watch?v=yKl2fSdnw7w" ,
@@ -28,7 +29,7 @@ let sites = [
2829
2930let generate = async () => {
3031 let filePath = "data/resources.json"
31- let metaData = await MetaTagsApi .getMetaTags (sites )
32+ let metaData = await MetaTagsApi .getMetaTags (urls )
3233
3334 let fileContent = ` ${metaData
3435 -> Array.map(i = >
You can’t perform that action at this time.
0 commit comments