Svg: require()

in website/src/pages/serverless-september/index.js [72:83]


    Svg: require('@site/static/img/svg/campaign_buzz.svg').default,
    link: "https://github.com/Azure/Cloud-Native/issues/new/choose",
    fillColor: "#fe6db6",
    description: (
      <>
      Build interesting demos or wrote helpful articles? Contribute your feedback and content for a chance to be featured!
      </>
    ),
  },
];

function Feature({Svg, title, linkTitle, description, link, fillColor}) {