remove redirect

This commit is contained in:
Timur Ercan
2022-12-06 21:40:06 +01:00
parent 6040e26f80
commit 241ef9760f

View File

@ -1,14 +1,14 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
async redirects() { // async redirects() {
return [ // return [
{ // {
source: "/", // source: "/",
destination: "/dashboard", // destination: "/dashboard",
permanent: true, // permanent: true,
}, // },
]; // ];
}, // },
reactStrictMode: true, reactStrictMode: true,
swcMinify: true, swcMinify: true,
distDir: "build", distDir: "build",