imgPath: require()

in src/components/HomepageFeatures/index.tsx [31:39]


    imgPath: require('@site/static/img/high-available.png').default,
    title: 'High Availability',
    description: (
        <>
          Support Redis sentinel to failover when master or replica was failed
        </>
    ),
  },
  {