What is Nostr?
Manuel Matuzović /
npub1u89…06cd
2024-05-30 08:55:57

Manuel Matuzović on Nostr: If you want to use json5 in npub1z9mgj…jrz2z, you can add support using ...

If you want to use json5 in npub1z9mgjaujnjyhwyxwuvs7czf0vg3qk86nmw4q3988kuxgfdfz8rfs9jrz2z (npub1z9m…rz2z), you can add support using `addDataExtension()`.

```
const json5 = require("json5");

module.exports = function(eleventyConfig) {
eleventyConfig.addDataExtension("json5", contents => json5.parse(contents));

}
```
Author Public Key
npub1u8999w8pzdt23c237jmerlxsgd7g39qt4jt5d85jtrch56vqp3tsud06cd