Skip to content

Commit

Permalink
point to the template instead of the adapter (#8133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Dec 13, 2022
1 parent 6162012 commit 97fae85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/kit.svelte.dev/src/routes/home/Deployment.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<a
target="_blank"
rel="noreferrer"
href="https://github.com/sveltejs/kit/tree/master/packages/adapter-vercel"
href="https://vercel.com/templates/svelte/sveltekit-boilerplate"
class="invert invert-hover"
>
<img src={vercel} alt="" style="transform: translate(0,-0.2rem)" />
Expand Down

0 comments on commit 97fae85

Please sign in to comment.