Svg: require()

in src/components/HomepageFeatures/index.tsx [60:69]


    Svg: require('@site/static/img/FullyOpenSourced.svg').default,
    description: (
      <>
        Thanks to the power of community, we can constantly improve Iggy and support multiple programming languages SDKs.
      </>
    ),
  },
];

function Feature({title, Svg, description}: FeatureItem) {