Skip to content

Commit bc1ebad

Browse files
authored
Fix URL format and enable trailing slash
Updated the URL format and added trailing slash.
1 parent fb68264 commit bc1ebad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88
const config = {
99
title: 'Durable Workflow',
1010
tagline: 'Laravel-native durable workflows.',
11-
url: 'https://durable-workflow.com/',
11+
url: 'https://durable-workflow.com',
1212
baseUrl: '/',
13+
trailingSlash: true,
1314
onBrokenLinks: 'throw',
1415
onBrokenMarkdownLinks: 'warn',
1516
favicon: 'img/favicon.ico',

0 commit comments

Comments
 (0)