In your gatsby-config.js plugins: [ { resolve: "gatsby-plugin-react-svg", options: { rule: { include: /assets/ // See below to configure properly } } } ]; ...
確定! 回上一頁