githubnext / blocks

A set of files to use as input for Blocks.
https://blocks.githubnext.com
MIT License
337 stars 43 forks source link

Fix sandbox block IDs for Lodash example #46

Closed thinkverse closed 1 year ago

thinkverse commented 1 year ago

The block IDs for the Lodash examples are wrong and the index.md cannot find the sandbox block, this PR fixes that and updates to use the correct block ID.

Before with ID sandbox-block

blocks-not-found

After with ID sandbox

blocks-found

karlhorky commented 1 year ago

@thinkverse why was this closed?

karlhorky commented 1 year ago

Oh, maybe because @Wattenberger fixed this in ff9f3db5b7bbd273b91b9318f951ae1f77c86624 already... 🤔

thinkverse commented 1 year ago

Oh, maybe because @Wattenberger fixed this in ff9f3db5b7bbd273b91b9318f951ae1f77c86624 already... 🤔

Correct. 👍 Since a fix was implemented this PR was no longer needed.