Skip to content

Commit edfbfb9

Browse files
Added redirects for deleted pages
1 parent 729acd6 commit edfbfb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

redirects.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const BLOG_REDIRECTS = [
113113
},
114114
{
115115
from: '/blog/new-pricing-2024-01',
116-
to: 'https://tolgee.io/blog/new-pricing-2024-01',
116+
to: 'https://tolgee.io/blog/',
117117
},
118118
{
119119
from: '/blog/language-formality',
@@ -165,7 +165,7 @@ const BLOG_REDIRECTS = [
165165
},
166166
{
167167
from: '/blog/new-pricing-2023-05',
168-
to: 'https://tolgee.io/blog/new-pricing-2023-05',
168+
to: 'https://tolgee.io/blog/',
169169
},
170170
{
171171
from: '/blog/naming-translation-keys',
@@ -213,11 +213,11 @@ const BLOG_REDIRECTS = [
213213
},
214214
{
215215
from: '/blog/6-ways-how-to-contribute-to-open-source-and-to-tolgee',
216-
to: 'https://tolgee.io/blog/6-ways-how-to-contribute-to-open-source-and-to-tolgee',
216+
to: 'https://tolgee.io/blog/',
217217
},
218218
{
219219
from: '/blog/roadmap-updated-cli-community-translations',
220-
to: 'https://tolgee.io/blog/roadmap-updated-cli-community-translations',
220+
to: 'https://tolgee.io/blog/',
221221
},
222222
{
223223
from: '/blog/how-to-perform-localization-testing-in-tolgee',
@@ -241,7 +241,7 @@ const BLOG_REDIRECTS = [
241241
},
242242
{
243243
from: '/blog/launching-tolgee-pricing',
244-
to: 'https://tolgee.io/blog/launching-tolgee-pricing',
244+
to: 'https://tolgee.io/blog/',
245245
},
246246
{
247247
from: '/blog/how-to-integrate-tolgee-with-vanilla-static-html-js-application',

0 commit comments

Comments
 (0)