Skip to content

Commit

Permalink
[DOC-774][docs-legacy] noindex (#27347)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Prevent indexing of legacy docs.

## How I Tested These Changes

## Changelog

NOCHANGELOG
  • Loading branch information
cmpadden committed Jan 24, 2025
1 parent bcce16f commit 3e5dc18
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"headers": [
{
"source": "/(.*)",
"headers" : [
{
"key" : "X-Robots-Tag",
"value" : "noindex"
}
]
}
]
}

1 comment on commit 3e5dc18

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs-legacy ready!

✅ Preview
https://dagster-docs-legacy-ku4log4gm-elementl.vercel.app
https://release-1-9-9.dagster.dagster-docs.io

Built with commit 3e5dc18.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.