We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb68264 commit bc1ebadCopy full SHA for bc1ebad
docusaurus.config.js
@@ -8,8 +8,9 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
8
const config = {
9
title: 'Durable Workflow',
10
tagline: 'Laravel-native durable workflows.',
11
- url: 'https://durable-workflow.com/',
+ url: 'https://durable-workflow.com',
12
baseUrl: '/',
13
+ trailingSlash: true,
14
onBrokenLinks: 'throw',
15
onBrokenMarkdownLinks: 'warn',
16
favicon: 'img/favicon.ico',
0 commit comments