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 ef22b4e commit e3f3e4bCopy full SHA for e3f3e4b
next.config.js
@@ -2,8 +2,18 @@ const withNextra = require('nextra')({
2
theme: 'nextra-theme-docs',
3
themeConfig: './theme.config.jsx'
4
})
5
-
6
-module.exports = withNextra()
7
+
+module.exports = withNextra({
+ async redirects() {
8
+ return [
9
+ {
10
+ source: '/Loading/Find-Above-The-Fold-Lazy-Loades-Images',
11
+ destination: '/Loading/Find-Above-The-Fold-Lazy-Loaded-Images',
12
+ permanent: true,
13
+ },
14
+ ]
15
16
+})
17
18
// If you have other Next.js configurations, you can pass them as the parameter:
19
// module.exports = withNextra({ /* other next.js config */ })
pages/Loading/Find-Above-The-Fold-Lazy-Loades-Images.mdx renamed to pages/Loading/Find-Above-The-Fold-Lazy-Loaded-Images.mdx
0 commit comments