Skip to content

Commit 8662daa

Browse files
committed
remove links to vercel
1 parent 6e0ee57 commit 8662daa

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Add this code to your page:
8585
#### Self-hosted
8686

8787
1. Download a [release](https://github.com/live-codes/livecodes/releases)
88-
2. Put it on a static file server (for free!) <sup><a href="https://pages.cloudflare.com/" target="_blank" rel="noopener">1</a>, <a href="https://vercel.com/" target="_blank" rel="noopener">2</a>, <a href="https://www.netlify.com/" target="_blank" rel="noopener">3</a>, <a href="https://firebase.google.com/" target="_blank" rel="noopener">4</a>, <a href="https://pages.github.com/" target="_blank" rel="noopener">5</a></sup>
88+
2. Put it on a static file server (for free!) <sup><a href="https://pages.cloudflare.com/" target="_blank" rel="noopener">1</a>, <a href="https://www.netlify.com/" target="_blank" rel="noopener">2</a>, <a href="https://firebase.google.com/" target="_blank" rel="noopener">3</a>, <a href="https://pages.github.com/" target="_blank" rel="noopener">4</a></sup>
8989

9090
<sup>Check the guide for <a href="https://livecodes.io/docs/features/self-hosting" target="_blank" rel="noopener">self-hosting</a> (including the built-in setup to deploy to GitHub Pages).</sup>
9191

docs/docs/features/self-hosting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Fork the [GitHub repo](https://github.com/live-codes/livecodes) and clone it. Yo
3333

3434
### Git Integration
3535

36-
Fork the [GitHub repo](https://github.com/live-codes/livecodes) and use one of the hosting services that integrate with GitHub to allow automatic deploys on code push (e.g. [Cloudflare Pages](https://developers.cloudflare.com/pages/get-started), [Netlify](https://docs.netlify.com/configure-builds/overview/), [Firebase](https://firebase.google.com/docs/hosting/github-integration), [Vercel](https://vercel.com/docs/concepts/git), etc.). When prompted, the build command is `npm run build` and the build output directory is `build`.
36+
Fork the [GitHub repo](https://github.com/live-codes/livecodes) and use one of the hosting services that integrate with GitHub to allow automatic deploys on code push (e.g. [Cloudflare Pages](https://developers.cloudflare.com/pages/get-started), [Netlify](https://docs.netlify.com/configure-builds/overview/), [Firebase](https://firebase.google.com/docs/hosting/github-integration), etc.). When prompted, the build command is `npm run build` and the build output directory is `build`.
3737

3838
### Docker Setup
3939

docs/src/components/HomepageFeatures.tsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -391,20 +391,16 @@ export default function HomepageFeatures(): ReactNode {
391391
1
392392
</a>
393393
,{' '}
394-
<a href="https://vercel.com/" target="_blank" rel="noopener">
395-
2
396-
</a>
397-
,{' '}
398394
<a href="https://www.netlify.com/" target="_blank" rel="noopener">
399-
3
395+
2
400396
</a>
401397
,{' '}
402398
<a href="https://firebase.google.com/" target="_blank" rel="noopener">
403-
4
399+
3
404400
</a>
405401
,{' '}
406402
<a href="https://pages.github.com/" target="_blank" rel="noopener">
407-
5
403+
4
408404
</a>
409405
</sup>
410406
</li>

0 commit comments

Comments
 (0)