We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d38c2d commit 13a8e74Copy full SHA for 13a8e74
src/theme/NotFound.tsx
@@ -7,7 +7,7 @@ import blogRedirects from '../../blogRedirects.json';
7
8
const BLOG_REDIRECT_FALLBACK = 'https://tolgee.io/blog/';
9
const blogRedirectMap = new Map(
10
- blogRedirects.map(({ from, to }) => [from, to] as const),
+ blogRedirects.map(({ from, to }) => [from, to] as const)
11
);
12
13
const variants = [
0 commit comments