From c5fd3eb5d535f6f071883b31d2b8ef8c33fb6758 Mon Sep 17 00:00:00 2001 From: Josh Ferge Date: Wed, 30 Aug 2023 12:00:39 -0700 Subject: [PATCH] fix(a11y): add lang attribute to site config (#7712) --- src/gatsby/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gatsby/config.ts b/src/gatsby/config.ts index 7cf5aff0505b6..0055ed9e77cf7 100644 --- a/src/gatsby/config.ts +++ b/src/gatsby/config.ts @@ -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', },