Fix hydration error; fix linter reports; fix t.me link

This commit is contained in:
VityaSchel
2023-10-02 20:25:03 +04:00
parent f0c1347bbd
commit 410b5acb29
7 changed files with 44 additions and 14 deletions

View File

@@ -1,11 +1,11 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
redirects: {
redirects: async () => ({
permanent: false,
destination: '/ps7',
source: '/'
}
})
}
module.exports = nextConfig