mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-02-12 15:52:47 +00:00
chore(next.config): add redirect for /embed-preview to /embed
This commit is contained in:
@@ -44,6 +44,11 @@ const nextConfig: NextConfig = {
|
||||
destination: "/categories/sponsors",
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: "/embed-preview",
|
||||
destination: "/embed",
|
||||
permanent: true,
|
||||
},
|
||||
];
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user