Svg: require()

in src/pages/home/components/HomepageFeatures.tsx [22:32]


    Svg: require("@site/static/img/performance.svg").default,
    description: (
      <Translate
        id="feature.highPerformance.description"
        description="Description for the high performance feature"
      >
        Compared to other serialization frameworks, there is a 20~170x speed up.
      </Translate>
    ),
  },
  {