Skip to content

Commit db5a44c

Browse files
committed
Fix main site URL
1 parent 7b03652 commit db5a44c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const config: Config = {
1010
title: 'Documentation o2switch',
1111
tagline: "Documentation de l'hébergeur web o2switch",
1212
favicon: '/img/misc/favicon-alt.ico',
13-
url: 'http://v2doc.odns.fr',
13+
url: 'https://faq.o2switch.fr',
1414
baseUrl: '/',
1515
organizationName: 'o2switchfr',
1616
projectName: 'documentation',

0 commit comments

Comments
 (0)