From d8cbf0f76e3b92eb25977c81e817d4e0c465cd80 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:52:50 -0300 Subject: [PATCH] chore(docusaurus): changed base url domain --- 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 adc13bdf..526d2fc8 100644 --- a/www/docusaurus.config.js +++ b/www/docusaurus.config.js @@ -10,7 +10,7 @@ const config = { 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', - baseUrl: '/serverless-adapter/', + baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', favicon: 'img/favicon.ico',