Fixed next.config.js
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
redirects: async () => ({
|
redirects: async () => [{
|
||||||
permanent: false,
|
permanent: false,
|
||||||
destination: '/ps7',
|
destination: '/ps7',
|
||||||
source: '/'
|
source: '/'
|
||||||
})
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = nextConfig
|
module.exports = nextConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user