From 49384394bf888f77b875e72848bcfb34e8bd5e24 Mon Sep 17 00:00:00 2001 From: Gerome Grignon <32737308+geromegrignon@users.noreply.github.com> Date: Wed, 22 Dec 2021 10:41:25 +0100 Subject: [PATCH] refactor: change baseUrl for Netlify --- documentation/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docusaurus.config.js b/documentation/docusaurus.config.js index 5a6a9c1b7..0710018be 100644 --- a/documentation/docusaurus.config.js +++ b/documentation/docusaurus.config.js @@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); title: 'RealWorld', tagline: 'The mother of all demo apps', url: 'http://gothinkster.github.io/realworld/', - baseUrl: '/realworld/', + baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', favicon: 'img/favicon.ico',