Skip to content

Commit 5a39afc

Browse files
authored
chore(templates): fix link to one-click deployment (#16337)
Fixes a broken one-click deployment link from the website template, which wrongfully omits the branch name from the URL.
1 parent eeee018 commit 5a39afc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/website/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export default buildConfig({
287287
// ...
288288
```
289289
290-
There is also a simplified [one click deploy](https://github.com/payloadcms/payload/tree/templates/with-vercel-postgres) to Vercel should you need it.
290+
There is also a simplified [one click deploy](https://github.com/payloadcms/payload/tree/main/templates/with-vercel-postgres) to Vercel should you need it.
291291
292292
### Self-hosting
293293

0 commit comments

Comments
 (0)