We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c347c60 commit 418ef89Copy full SHA for 418ef89
tool/dash_site/lib/src/commands/build.dart
@@ -41,6 +41,8 @@ final class BuildSiteCommand extends Command<int> {
41
// those specified by jaspr_cli.
42
'--no-managed-build-options',
43
'--sitemap-domain=https://dart.dev',
44
+ // Exclude secondary Markdown output files from sitemap.
45
+ r'--sitemap-exclude=\.html\.md$',
46
'--dart-define=PRODUCTION=$productionRelease',
47
],
48
workingDirectory: 'site',
0 commit comments