gatsby-plugin-htaccess-redirects
Version:
Gatsby plugin to render redirects into a .htaccess file at public/.htaccess
21 lines (20 loc) • 544 B
JSON
{
"name": "gatsby-plugin-htaccess-redirects",
"version": "0.2.3",
"description": "Gatsby plugin to render redirects into a .htaccess file at public/.htaccess",
"main": "gatsby-node.js",
"repository": "git@github.com:GatsbyCentral/gatsby-plugin-htaccess-redirects.git",
"author": "GatsbyCentral https://www.gatsbycentral.com/",
"license": "MIT",
"keywords": [
"gatsby",
"gatsby-plugin",
"apache",
"htaccess"
],
"dependencies": {
"fs-extra": "^7.0.0",
"lodash": "^4.17.11",
"path": "^0.12.7"
}
}