Skip to content

Commit bbee92a

Browse files
committed
update preview title
1 parent ed3780c commit bbee92a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docusaurus.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ console.log('customFields: ' + util.inspect(customFields));
8989
// ----------------------------------------------------------------------------
9090

9191
const config: Config = {
92-
title: 'xPack Binary Development Tools',
92+
title: 'xPack Binary Development Tools' +
93+
((process.env.DOCUSAURUS_IS_PREVIEW === 'true') ? ' (preview)' : ''),
9394
tagline: 'Cross-platform binary tools for software development, aimed at reproducible builds',
9495
// Explicitly set in headTags.
9596
// favicon: '/img/favicon.ico',

0 commit comments

Comments
 (0)