mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
remove redirect
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: "/",
|
||||
destination: "/dashboard",
|
||||
permanent: true,
|
||||
},
|
||||
];
|
||||
},
|
||||
// async redirects() {
|
||||
// return [
|
||||
// {
|
||||
// source: "/",
|
||||
// destination: "/dashboard",
|
||||
// permanent: true,
|
||||
// },
|
||||
// ];
|
||||
// },
|
||||
reactStrictMode: true,
|
||||
swcMinify: true,
|
||||
distDir: "build",
|
||||
|
||||
Reference in New Issue
Block a user