From 7bef64df76d07eed0b6eec996829155f6497cc5f Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Wed, 8 Jun 2022 21:36:09 +0300 Subject: [PATCH] chore: update vercel links (#484) --- README.md | 3 ++- deno/README.md | 3 ++- website/README.md | 4 ++-- website/docusaurus.config.js | 2 +- website/package.json | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a9e4440c..f33c5df9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Discord API Types -[![discord-api-types](./website/static/svgs/logo_long_blurple.svg)](https://github.com/discordjs/discord-api-types) +[![discord-api-types](https://raw.githubusercontent.com/discordjs/discord-api-types/main/website/static/svgs/logo_long_blurple.svg)](https://github.com/discordjs/discord-api-types) [![GitHub](https://img.shields.io/github/license/discordjs/discord-api-types)](https://github.com/discordjs/discord-api-types/blob/main/LICENSE.md) [![npm](https://img.shields.io/npm/v/discord-api-types?color=crimson&logo=npm)](https://www.npmjs.com/package/discord-api-types) @@ -8,6 +8,7 @@ [![Patreon Donate](https://img.shields.io/badge/patreon-donate-brightgreen.svg?label=Donate%20with%20Patreon&logo=patreon&colorB=F96854&link=https://www.patreon.com/vladfrangu)](https://www.patreon.com/vladfrangu) [![Ko-fi Donate](https://img.shields.io/badge/kofi-donate-brightgreen.svg?label=Donate%20with%20Ko-fi&logo=ko-fi&colorB=F16061&link=https://ko-fi.com/wolfgalvlad&logoColor=FFFFFF)](https://ko-fi.com/wolfgalvlad) [![GitHub Sponsors](https://img.shields.io/badge/patreon-donate-brightgreen.svg?label=Sponsor%20through%20GitHub&logo=github&colorB=F96854&link=https://github.com/sponsors/vladfrangu)](https://github.com/sponsors/vladfrangu) +[![Powered by Vercel](https://raw.githubusercontent.com/discordjs/discord-api-types/main/website/static/powered-by-vercel.svg)](https://vercel.com?utm_source=discordjs&utm_campaign=oss) Simple type definitions for the [Discord API](https://discord.com/developers/docs/intro). diff --git a/deno/README.md b/deno/README.md index a9e4440c..f33c5df9 100644 --- a/deno/README.md +++ b/deno/README.md @@ -1,6 +1,6 @@ # Discord API Types -[![discord-api-types](./website/static/svgs/logo_long_blurple.svg)](https://github.com/discordjs/discord-api-types) +[![discord-api-types](https://raw.githubusercontent.com/discordjs/discord-api-types/main/website/static/svgs/logo_long_blurple.svg)](https://github.com/discordjs/discord-api-types) [![GitHub](https://img.shields.io/github/license/discordjs/discord-api-types)](https://github.com/discordjs/discord-api-types/blob/main/LICENSE.md) [![npm](https://img.shields.io/npm/v/discord-api-types?color=crimson&logo=npm)](https://www.npmjs.com/package/discord-api-types) @@ -8,6 +8,7 @@ [![Patreon Donate](https://img.shields.io/badge/patreon-donate-brightgreen.svg?label=Donate%20with%20Patreon&logo=patreon&colorB=F96854&link=https://www.patreon.com/vladfrangu)](https://www.patreon.com/vladfrangu) [![Ko-fi Donate](https://img.shields.io/badge/kofi-donate-brightgreen.svg?label=Donate%20with%20Ko-fi&logo=ko-fi&colorB=F16061&link=https://ko-fi.com/wolfgalvlad&logoColor=FFFFFF)](https://ko-fi.com/wolfgalvlad) [![GitHub Sponsors](https://img.shields.io/badge/patreon-donate-brightgreen.svg?label=Sponsor%20through%20GitHub&logo=github&colorB=F96854&link=https://github.com/sponsors/vladfrangu)](https://github.com/sponsors/vladfrangu) +[![Powered by Vercel](https://raw.githubusercontent.com/discordjs/discord-api-types/main/website/static/powered-by-vercel.svg)](https://vercel.com?utm_source=discordjs&utm_campaign=oss) Simple type definitions for the [Discord API](https://discord.com/developers/docs/intro). diff --git a/website/README.md b/website/README.md index 2ec44203..5816ce6f 100644 --- a/website/README.md +++ b/website/README.md @@ -6,7 +6,7 @@ _Code is forked from the Sapphire Community's Website under the MIT license_ -[![GitHub](https://img.shields.io/github/license/sapphiredev/website)](https://github.com/discordjs/discord-api-types/blob/main/website/LICENSE.md) +[![GitHub](https://img.shields.io/github/license/discordjs/discord-api-types)](https://github.com/discordjs/discord-api-types/blob/main/website/LICENSE.md) @@ -24,4 +24,4 @@ version of the documentation, as well as being able to preview builds internally [![Vercel](./static/powered-by-vercel.svg)][vercel] -[vercel]: https://vercel.com?utm_source=sapphiredev&utm_campaign=oss +[vercel]: https://vercel.com?utm_source=discordjs&utm_campaign=oss diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 15115fc5..47c95fbf 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -207,7 +207,7 @@ const config = { logo: { alt: 'Powered By Vercel', src: '/powered-by-vercel.svg', - href: 'https://vercel.com/?utm_source=sapphiredev&utm_campaign=oss' + href: 'https://vercel.com/?utm_source=discordjs&utm_campaign=oss' }, links: [ { diff --git a/website/package.json b/website/package.json index adceedbd..18fdcc22 100644 --- a/website/package.json +++ b/website/package.json @@ -8,7 +8,7 @@ "scripts": { "docusaurus": "docusaurus", "start": "npm run clean && docusaurus start", - "build": "npm run clean && cross-env DOCUSAURUS_SSR_CONCURRENCY=2 NODE_OPTIONS=\"--max_old_space_size=7000\" docusaurus build", + "build": "npm run clean && cross-env DOCUSAURUS_SSR_CONCURRENCY=2 NODE_OPTIONS=\"--max_old_space_size=7500\" docusaurus build", "swizzle": "docusaurus swizzle", "deploy": "docusaurus deploy", "clear": "docusaurus clear",