Skip to content

Commit

Permalink
Reduce the number of routes
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed May 27, 2024
1 parent 5281ac9 commit 20e7d01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/redirects.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const redirects = [
...generateRedirect('/docs/lazy-loading', '/guide/lazy-loading'),
...generateRedirect('/docs/minimization', '/guide/minimization'),
...generateRedirect('/docs/preload-critical-resources', '/guide/preload-critical-resources'),
{ source: '/docs/:path*', destination: '/reference/:path*', permanent: false },
]

export default [
Expand Down

0 comments on commit 20e7d01

Please sign in to comment.