diff --git a/.github/EXAMPLE_README_TEMPLATE.md b/.github/EXAMPLE_README_TEMPLATE.md index 47d8ab7be..a287d437f 100644 --- a/.github/EXAMPLE_README_TEMPLATE.md +++ b/.github/EXAMPLE_README_TEMPLATE.md @@ -6,7 +6,7 @@ This directory is a brief example of a [Name](site-link) site that can be deploy Deploy your own [Name] project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/example-directory) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/example-directory) ### How We Created This Example diff --git a/examples/amp/README.md b/examples/amp/README.md index c9aa8ad70..6d90d5242 100644 --- a/examples/amp/README.md +++ b/examples/amp/README.md @@ -6,7 +6,7 @@ This directory is a brief example of an [AMP](https://amp.dev/) site that can be Deploy your own AMP project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/amp) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/amp) _Live Example: https://amp.now-examples.now.sh_ diff --git a/examples/angular/README.md b/examples/angular/README.md index 1c7ba170c..4acf0c948 100644 --- a/examples/angular/README.md +++ b/examples/angular/README.md @@ -8,7 +8,7 @@ This directory is a brief example of an [Angular](https://angular.io/) app that Deploy your own Angular project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/angular) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/angular&template=angular) _Live Example: https://angular.now-examples.now.sh_ diff --git a/examples/blitzjs/README.md b/examples/blitzjs/README.md index 105f2f423..3b4f887ca 100644 --- a/examples/blitzjs/README.md +++ b/examples/blitzjs/README.md @@ -8,7 +8,7 @@ This directory is a brief example of a [Blitz.js](https://blitzjs.com/) project Deploy your own Blitz.js project with Vercel by viewing the [documentation on deploying to Vercel](https://blitzjs.com/docs/deploy-vercel) -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/blitzjs) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/blitzjs&template=blitzjs) ### How We Created This Example diff --git a/examples/brunch/README.md b/examples/brunch/README.md index a19313c1b..5af87ff4c 100644 --- a/examples/brunch/README.md +++ b/examples/brunch/README.md @@ -6,7 +6,7 @@ This directory is a brief example of a [Brunch](https://brunch.io/) site that ca Deploy your own Brunch project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/brunch) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/brunch&template=brunch) _Live Example: https://brunch.now-examples.now.sh_ diff --git a/examples/create-react-app/README.md b/examples/create-react-app/README.md index 1c1c570a2..dfcc13760 100644 --- a/examples/create-react-app/README.md +++ b/examples/create-react-app/README.md @@ -8,7 +8,7 @@ This directory is a brief example of a [React](https://reactjs.org/) app with [S Deploy your own React project, along with Serverless Functions, with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/create-react-app-functions) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/create-react-app-functions&template=create-react-app) _Live Example: https://create-react-app.now-examples.now.sh/_ diff --git a/examples/custom-build/README.md b/examples/custom-build/README.md index d6b88953b..4a03bed17 100644 --- a/examples/custom-build/README.md +++ b/examples/custom-build/README.md @@ -6,7 +6,7 @@ This directory is a brief example of using a Custom Build script that can be dep Deploy your own Custom Built project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/custom-build) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/custom-build) _Live Example: https://custom-build.now-examples.now.sh_ diff --git a/examples/docusaurus-2/README.md b/examples/docusaurus-2/README.md index 1d713d961..d60c4eafe 100644 --- a/examples/docusaurus-2/README.md +++ b/examples/docusaurus-2/README.md @@ -6,7 +6,7 @@ This directory is a brief example of a [Docusaurus](https://v2.docusaurus.io) si Deploy your own Docusaurus project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/docusaurus-2) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/docusaurus-2&template=docusaurus-2) ### How We Created This Example diff --git a/examples/docusaurus/README.md b/examples/docusaurus/README.md index d4b45e2e2..724cf096d 100644 --- a/examples/docusaurus/README.md +++ b/examples/docusaurus/README.md @@ -8,7 +8,7 @@ This directory is a brief example of a [Docusaurus](https://docusaurus.io/) site Deploy your own Docusaurus project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/docusaurus) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/docusaurus&template=docusaurus) _Live Example: https://docusaurus.now-examples.now.sh_ diff --git a/examples/dojo/README.md b/examples/dojo/README.md index 07d1b22b6..9ae5ebbca 100644 --- a/examples/dojo/README.md +++ b/examples/dojo/README.md @@ -6,7 +6,7 @@ This directory is a brief example of a [Dojo](https://dojo.io) site that can be Deploy your own Dojo project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/dojo) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/dojo&template=dojo) ### How We Created This Example diff --git a/examples/eleventy/README.md b/examples/eleventy/README.md index cea2c7c54..cd470a396 100644 --- a/examples/eleventy/README.md +++ b/examples/eleventy/README.md @@ -8,7 +8,7 @@ This directory is a brief example of a [Eleventy](https://www.11ty.io/) site tha Deploy your own Eleventy project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/eleventy) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/eleventy&template=eleventy) _Live Example: https://eleventy.now-examples.now.sh_ diff --git a/examples/ember/README.md b/examples/ember/README.md index 9a963b164..2497ac72a 100644 --- a/examples/ember/README.md +++ b/examples/ember/README.md @@ -8,7 +8,7 @@ This directory is a brief example of an [Ember](https://emberjs.com/) app that c Deploy your own Ember project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/ember) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/ember&template=ember) _Live Example: https://ember.now-examples.now.sh_ diff --git a/examples/gatsby/README.md b/examples/gatsby/README.md index d0665ae04..2a857bc99 100644 --- a/examples/gatsby/README.md +++ b/examples/gatsby/README.md @@ -8,7 +8,7 @@ This directory is a brief example of a [Gatsby](https://www.gatsbyjs.org/) app w Deploy your own Gatsby project, along with Serverless Functions, with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/gatsby) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/gatsby&template=gatsby) _Live Example: https://gatsby.now-examples.now.sh_ diff --git a/examples/gridsome/README.md b/examples/gridsome/README.md index d7b9e3e0b..b346a45ba 100644 --- a/examples/gridsome/README.md +++ b/examples/gridsome/README.md @@ -8,7 +8,7 @@ This directory is a brief example of a [Gridsome](https://gridsome.org/) app tha Deploy your own Gridsome project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/gridsome) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/gridsome&template=gridsome) _Live Example: https://gridsome.now-examples.now.sh_ diff --git a/examples/hexo/README.md b/examples/hexo/README.md index 4f97e87c7..155911c97 100644 --- a/examples/hexo/README.md +++ b/examples/hexo/README.md @@ -8,7 +8,7 @@ This directory is a brief example of a [Hexo](https://hexo.io/) site that can be Deploy your own Hexo project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/hexo) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/hexo&template=hexo) _Live Example: https://hexo.now-examples.now.sh_ diff --git a/examples/hugo/README.md b/examples/hugo/README.md index 122f9ca09..39d319751 100644 --- a/examples/hugo/README.md +++ b/examples/hugo/README.md @@ -6,7 +6,7 @@ This directory is a brief example of a [Hugo](https://gohugo.io/) app that can b Deploy your own Hugo project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/hugo) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/hugo&template=hugo) _Live Example: https://hugo.now-examples.now.sh_ diff --git a/examples/ionic-angular/README.md b/examples/ionic-angular/README.md index 636ed545f..43d9e215c 100644 --- a/examples/ionic-angular/README.md +++ b/examples/ionic-angular/README.md @@ -6,7 +6,7 @@ This directory is a brief example of an [Ionic Angular](https://ionicframework.c Deploy your own Ionic Angular project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/ionic-angular) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/ionic-angular&template=ionic-angular) _Live Example: https://ionic-angular.now-examples.now.sh_ diff --git a/examples/ionic-react/readme.md b/examples/ionic-react/readme.md index 8fffa3a0a..85510ce30 100644 --- a/examples/ionic-react/readme.md +++ b/examples/ionic-react/readme.md @@ -6,7 +6,7 @@ This directory is a brief example of an [Ionic React](https://ionicframework.com Deploy your own Ionic React project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/ionic-react) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/ionic-react&template=ionic-react) _Live Example: https://ionic-react.now-examples.now.sh_ diff --git a/examples/jekyll/README.md b/examples/jekyll/README.md index 4e7f2170d..7b30f70cd 100644 --- a/examples/jekyll/README.md +++ b/examples/jekyll/README.md @@ -6,7 +6,7 @@ This directory is a brief example of a [Jekyll](https://jekyllrb.com/) site that Deploy your own Jekyll project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/jekyll) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/jekyll&template=jekyll) _Live Example: https://jekyll.now-examples.now.sh_ diff --git a/examples/middleman/README.md b/examples/middleman/README.md index 9ab8f836c..e54687294 100644 --- a/examples/middleman/README.md +++ b/examples/middleman/README.md @@ -6,7 +6,7 @@ This directory is a brief example of a [Middleman](https://middlemanapp.com/) si Deploy your own Middleman project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/middleman) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/middleman&template=middleman) _Live Example: https://middleman.now-examples.now.sh_ diff --git a/examples/nuxtjs/README.md b/examples/nuxtjs/README.md index 159098831..793a9beef 100644 --- a/examples/nuxtjs/README.md +++ b/examples/nuxtjs/README.md @@ -6,7 +6,7 @@ This directory is a brief example of a [Nuxt.js](https://nuxtjs.org) app that ca Deploy your own Nuxt.js project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/nuxtjs) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/nuxtjs&template=nuxtjs) _Live Example: https://nuxtjs.now-examples.vercel.app/_ diff --git a/examples/polymer/README.md b/examples/polymer/README.md index f456778c1..4653dfb37 100644 --- a/examples/polymer/README.md +++ b/examples/polymer/README.md @@ -8,7 +8,7 @@ This directory is a brief example of a [Polymer](https://www.polymer-project.org Deploy your own Polymer project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/polymer) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/polymer&template=polymer) _Live Example: https://polymer.now-examples.now.sh_ diff --git a/examples/preact/README.md b/examples/preact/README.md index 31e4258a6..dfa6a9759 100644 --- a/examples/preact/README.md +++ b/examples/preact/README.md @@ -8,7 +8,7 @@ This directory is a brief example of a [Preact](https://preactjs.com/) app that Deploy your own Preact project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/preact) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/preact&template=preact) _Live Example: https://preact.now-examples.now.sh_ diff --git a/examples/redwoodjs/README.md b/examples/redwoodjs/README.md index 07ea26dde..dc251dc50 100644 --- a/examples/redwoodjs/README.md +++ b/examples/redwoodjs/README.md @@ -8,7 +8,7 @@ This directory is a brief example of a [RedwoodJS](https://redwoodjs.com) app wi Deploy your own RedwoodJS project, along with Serverless Functions, with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/redwoodjs) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/redwoodjs&template=redwoodjs) _Live Example: https://redwoodjs.now-examples.now.sh_ diff --git a/examples/saber/README.md b/examples/saber/README.md index e0af7824e..de6c6f6d4 100644 --- a/examples/saber/README.md +++ b/examples/saber/README.md @@ -8,7 +8,7 @@ This directory is a brief example of a [Saber](https://saber.land) site that can Deploy your own Saber project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/saber) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/saber&template=saber) _Live Example: https://saber.now-examples.now.sh_ diff --git a/examples/sapper/README.md b/examples/sapper/README.md index 574070d52..d3f4dcc54 100644 --- a/examples/sapper/README.md +++ b/examples/sapper/README.md @@ -6,7 +6,7 @@ This directory is a brief example of a [Sapper](https://sapper.svelte.dev/) app Deploy your own Sapper project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/sapper) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/sapper&template=sapper) _Live Example: https://sapper.now-examples.now.sh_ diff --git a/examples/scully/README.md b/examples/scully/README.md index 02cc53b17..f9856a509 100644 --- a/examples/scully/README.md +++ b/examples/scully/README.md @@ -8,7 +8,7 @@ This directory is a brief example of a [Scully](https://scully.io) site that can Deploy your own Scully project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/scully) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/scully) _Live Example: https://scully.now-examples.now.sh_ diff --git a/examples/stencil/readme.md b/examples/stencil/readme.md index 583a32386..2e8feb336 100644 --- a/examples/stencil/readme.md +++ b/examples/stencil/readme.md @@ -6,7 +6,7 @@ This directory is a brief example of a [Stencil](https://stenciljs.com/) app tha Deploy your own Stencil project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/stencil) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/stencil&template=stencil) _Live Example: https://stencil.now-examples.now.sh_ diff --git a/examples/svelte/README.md b/examples/svelte/README.md index a50a4911c..2f7994d73 100644 --- a/examples/svelte/README.md +++ b/examples/svelte/README.md @@ -4,7 +4,7 @@ This directory is a brief example of a [Svelte](https://svelte.dev/) site that c ## Deploy Your Own -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/svelte) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/svelte&template=svelte) _Live Example: https://svelte.examples.vercel.com_ diff --git a/examples/sveltekit/README.md b/examples/sveltekit/README.md index 0553756f6..7d4e8584e 100644 --- a/examples/sveltekit/README.md +++ b/examples/sveltekit/README.md @@ -4,7 +4,7 @@ Example project using SvelteKit with the [SpaceX GraphQL API](https://api.spacex ## Deploy Your Own -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fvercel%2Ftree%2Fmain%2Fexamples%2Fsveltekit&project-name=sveltekit-vercel&repository-name=sveltekit-vercel&demo-title=SvelteKit%20%2B%20Vercel&demo-description=SvelteKit%20app%20fetching%20data%20from%20the%20SpaceX%20GraphQL%20API.&demo-url=https%3A%2F%2Fsveltekit.examples.vercel.com%2F&demo-image=https%3A%2F%2Fsveltekit.examples.vercel.com%2Ftwitter.png) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fvercel%2Ftree%2Fmain%2Fexamples%2Fsveltekit&project-name=sveltekit-vercel&repository-name=sveltekit-vercel&demo-title=SvelteKit%20%2B%20Vercel&demo-description=SvelteKit%20app%20fetching%20data%20from%20the%20SpaceX%20GraphQL%20API.&demo-url=https%3A%2F%2Fsveltekit.examples.vercel.com%2F&demo-image=https%3A%2F%2Fsveltekit.examples.vercel.com%2Ftwitter.png) _Live Example: https://sveltekit.examples.vercel.com_ diff --git a/examples/umijs/README.md b/examples/umijs/README.md index 57a46ea11..5e0a499e5 100644 --- a/examples/umijs/README.md +++ b/examples/umijs/README.md @@ -8,7 +8,7 @@ This directory is a brief example of a [UmiJS](https://umijs.org/) app that can Deploy your own UmiJS project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/umijs) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/umijs&template=umijs) _Live Example: https://umijs.now-examples.now.sh_ diff --git a/examples/vanilla-pusher-functions/README.md b/examples/vanilla-pusher-functions/README.md index 58e210d85..7aa3225b0 100644 --- a/examples/vanilla-pusher-functions/README.md +++ b/examples/vanilla-pusher-functions/README.md @@ -6,4 +6,4 @@ This directory is a realtime serverless whiteboard powered by Pusher. The fronte Deploy your own Pusher project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fvercel%2Ftree%2Fmain%2Fexamples%2Fvanilla-pusher-functions&env=APP_ID,KEY,SECRET,CLUSTER&envDescription=Pusher%20Channels&envLink=https%3A%2F%2Fpusher.com%2Fchannels) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fvercel%2Ftree%2Fmain%2Fexamples%2Fvanilla-pusher-functions&env=APP_ID,KEY,SECRET,CLUSTER&envDescription=Pusher%20Channels&envLink=https%3A%2F%2Fpusher.com%2Fchannels) diff --git a/examples/vite/README.md b/examples/vite/README.md index b7ac8c8fd..3c60f394c 100644 --- a/examples/vite/README.md +++ b/examples/vite/README.md @@ -10,7 +10,7 @@ While this project uses Vue.js, Vite supports many popular JS frameworks. See al Deploy your own Vite project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/vite) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/vite&template=vite) ### How We Created This Example diff --git a/examples/vue/README.md b/examples/vue/README.md index bd861af6d..3203925d6 100644 --- a/examples/vue/README.md +++ b/examples/vue/README.md @@ -8,7 +8,7 @@ This directory is a brief example of a [Vue.js](https://vuejs.org/) app that can Deploy your own Vue.js project with Vercel. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/vue) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/vue&template=vue) _Live Example: https://vue.now-examples.now.sh_