showcases: require()

in website/docusaurus.config.js [16:20]


    showcases: require('./static/data/showcases.json'),
    events: {
      en: require('./static/data/events.json'),
      zh: require('./static/data/events.zh.json'),
    },