This commit is contained in:
Timur Ercan
2022-12-07 13:17:39 +01:00
parent 241ef9760f
commit 08b6957b27
2 changed files with 1 additions and 10 deletions

View File

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