{"id":19310441,"url":"https://github.com/daangn/gatsby-plugin-vercel-deploy","last_synced_at":"2026-03-03T09:32:17.615Z","repository":{"id":97006469,"uuid":"472805433","full_name":"daangn/gatsby-plugin-vercel-deploy","owner":"daangn","description":"Deploy your Gatsby site to Vercel","archived":false,"fork":false,"pushed_at":"2022-03-22T14:57:33.000Z","size":981,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-03-01T02:44:26.050Z","etag":null,"topics":["gatsby","gatsby-plugin","vercel","vercel-deployment"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daangn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-22T14:31:04.000Z","updated_at":"2023-11-20T09:56:14.000Z","dependencies_parsed_at":"2023-03-13T16:20:00.799Z","dependency_job_id":null,"html_url":"https://github.com/daangn/gatsby-plugin-vercel-deploy","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/daangn/gatsby-plugin-vercel-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daangn%2Fgatsby-plugin-vercel-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daangn%2Fgatsby-plugin-vercel-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daangn%2Fgatsby-plugin-vercel-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daangn%2Fgatsby-plugin-vercel-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daangn","download_url":"https://codeload.github.com/daangn/gatsby-plugin-vercel-deploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daangn%2Fgatsby-plugin-vercel-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30039884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T06:58:30.252Z","status":"ssl_error","status_checked_at":"2026-03-03T06:58:15.329Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gatsby","gatsby-plugin","vercel","vercel-deployment"],"created_at":"2024-11-10T00:24:14.664Z","updated_at":"2026-03-03T09:32:17.589Z","avatar_url":"https://github.com/daangn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gatsby-plugin-vercel-deploy\n[![NPM package](https://img.shields.io/npm/v/gatsby-plugin-vercel-deploy)](https://www.npmjs.com/package/gatsby-plugin-vercel-deploy)\n[![MIT Licensed](https://img.shields.io/github/license/daangn/gatsby-plugin-vercel-deploy)](#license)\n\nAutomatically generate [`vercel.json`](https://vercel.com/docs/project-configuration) from the gatsby project.\n\n## Install \u0026 Usage\n\n```bash\nyarn add gatsby-plugin-vercel-deploy\n```\n\nAnd add plugin to the `gatsby-config.js`\n\n```js\n{\n  plugins: [\n    'gatsby-plugin-vercel-deploy',\n  ],\n}\n```\n\n### Custom headers\n\nYou can define [custom headers](https://vercel.com/docs/project-configuration#project-configuration/headers) via plugin options.\n\n```js\n{\n  plugins: [\n    {\n      resolve: 'gatsby-plugin-vercel-deploy',\n      options: {\n        headers: {\n          source: '/service-worker.js',\n          headers: [\n            {\n              key: 'Cache-Control',\n              value: 'public, max-age=0, must-revalidate',\n            },\n          ],\n        },\n        {\n          source: '/(.*)',\n          headers: [\n            {\n              key: 'X-Content-Type-Options',\n              value: 'nosniff',\n            },\n            {\n              key: 'X-Frame-Options',\n              value: 'DENY',\n            },\n            {\n              key: 'X-XSS-Protection',\n              value: '1; mode=block',\n            },\n          ],\n        },\n      },\n    },\n  ],\n}\n```\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaangn%2Fgatsby-plugin-vercel-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaangn%2Fgatsby-plugin-vercel-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaangn%2Fgatsby-plugin-vercel-deploy/lists"}