Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub
  • @amory/asset

** Example

**** =gatsby-config.js=

#+begin_src js module.exports = { “plugins”: [ { “options”: { “regex”: /.(woff)$/, “saveDir”: [”/”, “fonts”], “saveName”: [“initName”, ”-”, “initHash”, ”.”, “saveExt”], “src”: “src/fonts”, “type”: “Font” }, “resolve”: “@amory/asset” } ] } #+end_src

© 2023 Gatsby, Inc.