From a5c25c3a839f9d3e283b401c2328c88c92ef06f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vinicius=20Louren=C3=A7o?= <12551007+H4ad@users.noreply.github.com> Date: Tue, 27 Sep 2022 15:53:12 -0300 Subject: [PATCH] chore(docusaurus): changed url of docs --- www/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docusaurus.config.js b/www/docusaurus.config.js index 526d2fc8..284b0048 100644 --- a/www/docusaurus.config.js +++ b/www/docusaurus.config.js @@ -9,7 +9,7 @@ const config = { title: 'Serverless Adapter', tagline: 'Run REST APIs and other web applications using your existing Node.js application framework (NestJS, Express, Koa, Hapi, Fastify and many others), on top of AWS, Azure, Huawei and many other clouds.', - url: 'https://viniciusl.com.br/serverless-adapter', + url: 'https://serverless-adapter.viniciusl.com.br', baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn',