mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
chore: Argos screenshot dogfooding test pages (#10650)
This commit is contained in:
parent
1955002d3b
commit
e32aa605ca
6 changed files with 46 additions and 4 deletions
|
@ -17,6 +17,7 @@ import {
|
|||
dogfoodingThemeInstances,
|
||||
dogfoodingRedirects,
|
||||
dogfoodingTransformFrontMatter,
|
||||
isArgosBuild,
|
||||
} from './_dogfooding/dogfooding.config';
|
||||
|
||||
import ConfigLocalized from './docusaurus.config.localized.json';
|
||||
|
@ -538,8 +539,10 @@ export default async function createConfigAsync() {
|
|||
}
|
||||
: undefined,
|
||||
sitemap: {
|
||||
// Note: /tests/docs already has noIndex: true
|
||||
ignorePatterns: ['/tests/{blog,pages}/**'],
|
||||
ignorePatterns: isArgosBuild
|
||||
? undefined
|
||||
: // Note: /tests/docs already has noIndex: true
|
||||
['/tests/{blog,pages}/**'],
|
||||
lastmod: 'date',
|
||||
priority: null,
|
||||
changefreq: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue