fix: website domain

This commit is contained in:
Aleksandr Bukhalo 2020-09-10 00:26:12 +03:00
parent 60b29bd873
commit 7043f247da
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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',