From 7043f247da438e8e1fad76f3dfeac2ef01583fc7 Mon Sep 17 00:00:00 2001 From: Aleksandr Bukhalo Date: Thu, 10 Sep 2020 00:26:12 +0300 Subject: [PATCH] fix: website domain --- README.md | 2 +- website/docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d698914..b3cac93 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [Telegraf](https://github.com/telegraf/telegraf) module for [NestJS](https://github.com/nestjs/nest). ## Documentation -If you want to dive fully into NestJS Telegraf then don't waste your time in this dump, check out the [documentation site](https://nestjs-telegraf.vercel.com). +If you want to dive fully into NestJS Telegraf then don't waste your time in this dump, check out the [documentation site](https://nestjs-telegraf.vercel.app). ## Installation diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index f5f22a9..1c8de29 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -1,7 +1,7 @@ module.exports = { title: 'NestJS Telegraf', tagline: 'Powerful Nest module for easy and fast creation Telegram bots', - url: 'https://nestjs-telegraf.vercel.com', + url: 'https://nestjs-telegraf.vercel.app', baseUrl: '/', onBrokenLinks: 'throw', favicon: 'img/favicon.ico',