From afe724755208c795e395368763c4f20988f17227 Mon Sep 17 00:00:00 2001 From: cgiradkar <135707592+cgiradkar@users.noreply.github.com> Date: Sat, 7 Oct 2023 01:43:34 +0100 Subject: [PATCH] Restore old blogs from podman_old. The format which was used formerly and that used by Docusaurus are incompatible. Hence, corrected yaml fields from the markdown files. Then made provisions to display the blogs. closes #125 Signed-off-by: Chetan Giradkar --- docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 1a26f78e6..1d7dfa47a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -46,6 +46,7 @@ const config = { }, blog: { showReadingTime: true, + routeBasePath: 'blogs', }, theme: { customCss: require.resolve('./src/css/main.css'),