We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb7ddf commit b683949Copy full SHA for b683949
docusaurus.config.js
@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
8
const config = {
9
title: 'Workflow',
10
tagline: 'Laravel-native durable workflows.',
11
- url: 'https://laravel-workflow.com/',
+ url: 'https://durable-workflow.com/',
12
baseUrl: '/',
13
onBrokenLinks: 'throw',
14
onBrokenMarkdownLinks: 'warn',
@@ -125,7 +125,7 @@ const config = {
125
],
126
},
127
128
- copyright: `Copyright © ${new Date().getFullYear()} <a href="https://laravel-workflow.com">Workflow</a>.`,
+ copyright: `Copyright © ${new Date().getFullYear()} <a href="https://durable-workflow.com">Workflow</a>.`,
129
130
prism: {
131
theme: lightCodeTheme,
0 commit comments