gatsby-plugin-force-trailing-slashes
gatsby-plugin-force-trailing-slashes copied to clipboard
feat: remove unnecessary promise creation to speed execution
Creating promises gets expensive at scale so avoiding them when possible is best.
Gatsby plugins only need promises when they do something async so it's safe to remove it here.