update doormile wings dropdown
This commit is contained in:
@@ -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),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user