Skip to content

Commit 69f964d

Browse files
authored
fix: Update url so that sitemap is correctly generated. (#281)
1 parent e25774e commit 69f964d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const darkCodeTheme = themes.dracula;
99
const config = {
1010
title: 'Serverpod',
1111
tagline: 'The missing server for Flutter',
12-
url: 'https://serverpod.github.io',
12+
url: 'https://docs.serverpod.dev',
1313
baseUrl: '/',
1414
onBrokenLinks: 'throw',
1515
onBrokenAnchors: 'throw',

0 commit comments

Comments
 (0)