Skip to content

Commit b683949

Browse files
authored
Update URLs in docusaurus.config.js
1 parent 2eb7ddf commit b683949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88
const config = {
99
title: 'Workflow',
1010
tagline: 'Laravel-native durable workflows.',
11-
url: 'https://laravel-workflow.com/',
11+
url: 'https://durable-workflow.com/',
1212
baseUrl: '/',
1313
onBrokenLinks: 'throw',
1414
onBrokenMarkdownLinks: 'warn',
@@ -125,7 +125,7 @@ const config = {
125125
],
126126
},
127127
],
128-
copyright: `Copyright © ${new Date().getFullYear()} <a href="https://laravel-workflow.com">Workflow</a>.`,
128+
copyright: `Copyright © ${new Date().getFullYear()} <a href="https://durable-workflow.com">Workflow</a>.`,
129129
},
130130
prism: {
131131
theme: lightCodeTheme,

0 commit comments

Comments
 (0)