docs: wording and structural changes to cloud (#12820)
* docs: wording and structural changes to cloud * Fix vale error * Fix faq title * Fix heading levels * Small change to previews
This commit is contained in:
@@ -130,6 +130,18 @@ const nextConfig = {
|
||||
experimental: {
|
||||
optimizePackageImports: ["@medusajs/icons", "@medusajs/ui"],
|
||||
},
|
||||
redirects: async () => [
|
||||
{
|
||||
source: "/infrastructure",
|
||||
destination: "/environments",
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: "/support",
|
||||
destination: "/faq",
|
||||
permanent: true,
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
const withBundleAnalyzer = bundleAnalyzer({
|
||||
|
||||
Reference in New Issue
Block a user