update doormile wings dropdown

This commit is contained in:
2026-07-04 16:39:42 +05:30
parent 2fe7c0df76
commit 09bfb957e6
15 changed files with 624 additions and 108 deletions

View File

@@ -2,6 +2,15 @@ import type { NextConfig } from "next";
import path from "path";
const nextConfig: NextConfig = {
async redirects() {
return [
{
source: "/air-freight",
destination: "/doormile-wings",
permanent: true,
},
];
},
turbopack: {
root: path.resolve(__dirname),
},