Skip to content

Commit d880ea4

Browse files
committed
Add /print to sitemap exclusion, remove /pdf
1 parent 35bec1b commit d880ea4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const standardIntegrations = [
105105
})] : []),
106106
sitemap({
107107
serialize: createSerializeFunction({
108-
exclude: ['deep-dive', 'downloads', 'pdf', '/articles/demo', 'testing', 'hero', 'links'],
108+
exclude: ['deep-dive', 'downloads', 'print', '/articles/demo', 'testing', 'hero', 'links'],
109109
}),
110110
}),
111111
/**

0 commit comments

Comments
 (0)