Skip to content

Commit d766790

Browse files
authored
fix: update tutorials site url (#1111)
1 parent 7dc7c90 commit d766790

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus-tutorials.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ import {
1818
isCfPagesPreview,
1919
localeConfigs,
2020
mainSiteUrl,
21+
tutorialsSiteUrl,
2122
} from './docusaurus-common.config';
2223
import { howToBasePath } from './src/theme/BlogPostItem/utils';
2324

2425
const getLogtoDocsUrl = () =>
2526
isCfPagesPreview
2627
? `https://${getCloudflareSubdomain(cfPagesBranch)}.logto-docs-tutorials.pages.dev/`
27-
: mainSiteUrl;
28+
: tutorialsSiteUrl;
2829

2930
// Supported locales for the "Build X with Y" tutorials
3031
const tutorialLocales = ['en', 'es', 'fr', 'ja'];

0 commit comments

Comments
 (0)