Skip to content

Commit

Permalink
fix(a11y): add lang attribute to site config (#7712)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshFerge authored Aug 30, 2023
1 parent fc650f0 commit c5fd3eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gatsby/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ const config = {
homeUrl: 'https://docs.sentry.io',
siteUrl: 'https://docs.sentry.io',
sitePath: 'docs.sentry.io',
lang: 'en',
description: 'Product documentation for Sentry.io and its SDKs',
author: '@getsentry',
},
Expand Down

1 comment on commit c5fd3eb

@vercel
Copy link

@vercel vercel bot commented on c5fd3eb Aug 30, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
docs.sentry.io
sentry-docs-git-master.sentry.dev

Please sign in to comment.