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