From 8e3e72f76a47b58dbab9c8a19e52793b425409a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Louren=C3=A7o?= Date: Tue, 23 Aug 2022 23:50:20 -0300 Subject: [PATCH] docs(www): changed base url of sitemap --- 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 1f76833e..adc13bdf 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://h4ad.github.io/serverless-adapter', + url: 'https://viniciusl.com.br/serverless-adapter', baseUrl: '/serverless-adapter/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn',