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:
Shahed Nasser
2025-06-25 12:20:02 +03:00
committed by GitHub
parent 820a936b98
commit 91f6cfad5d
24 changed files with 713 additions and 663 deletions
+12
View File
@@ -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({