Skip to content

Commit 14e3a4c

Browse files
committed
fix: docusaurus config
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
1 parent 16f6178 commit 14e3a4c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
1111

1212
const config = {
1313
title: 'LoopBack',
14-
tagline: 'Dinosaurs are cool',
14+
tagline: 'LoopBack Blog',
1515
url: 'https://loopback.io',
16-
baseUrl: '/blog',
16+
baseUrl: '/blog/',
1717
onBrokenLinks: 'ignore',
1818
onBrokenMarkdownLinks: 'warn',
1919
favicon: 'img/favicon.ico',
@@ -129,4 +129,4 @@ const config = {
129129
}),
130130
};
131131

132-
module.exports = config;
132+
module.exports = config;

0 commit comments

Comments
 (0)