Browse Source

fix: add redirect

build/deps-updates
Friedger Müffke 4 years ago
committed by Alexander Graebe
parent
commit
7033b963a3
  1. 5
      next.config.js

5
next.config.js

@ -278,6 +278,11 @@ async function redirects() {
destination: '/references/language-clarity',
permanent: true,
},
{
source: '/references/language-clarity',
destination: '/references/language-overview',
permanent: true,
},
{
source: '/references/clarity-language',
destination: '/references/language-clarity',

Loading…
Cancel
Save