Refine seller onboarding and product review flows

This commit is contained in:
2026-05-25 10:34:57 +07:00
parent b266047a11
commit 7e6446b4c2
24 changed files with 2238 additions and 764 deletions

View File

@ -1,15 +1,6 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
async redirects() {
return [
{
source: "/onboarding/:path*",
destination: "/dashboard",
permanent: false,
},
];
},
images: {
unoptimized: true,
remotePatterns: [