docs: add guide on storefront production optimization tips (#13682)
* docs: add guide on storefront production optimization tips * add vale exception
This commit is contained in:
@@ -6610,5 +6610,6 @@ export const generatedEditDates = {
|
||||
"references/core_flows/Locking/core_flows.Locking.Steps_Locking/page.mdx": "2025-09-15T09:52:14.217Z",
|
||||
"app/nextjs-starter/guides/storefront-returns/page.mdx": "2025-09-22T06:02:00.580Z",
|
||||
"references/js_sdk/admin/Admin/properties/js_sdk.admin.Admin.views/page.mdx": "2025-09-18T17:04:59.240Z",
|
||||
"app/how-to-tutorials/tutorials/agentic-commerce/page.mdx": "2025-10-02T07:14:50.956Z"
|
||||
"app/how-to-tutorials/tutorials/agentic-commerce/page.mdx": "2025-10-02T07:14:50.956Z",
|
||||
"app/storefront-development/production-optimizations/page.mdx": "2025-10-03T13:28:37.909Z"
|
||||
}
|
||||
@@ -1279,6 +1279,10 @@ export const filesMap = [
|
||||
"filePath": "/www/apps/resources/app/storefront-development/page.mdx",
|
||||
"pathname": "/storefront-development"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/production-optimizations/page.mdx",
|
||||
"pathname": "/storefront-development/production-optimizations"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/storefront-development/products/categories/list/page.mdx",
|
||||
"pathname": "/storefront-development/products/categories/list"
|
||||
|
||||
@@ -34,6 +34,14 @@ const generatedgeneratedStorefrontDevelopmentSidebarSidebar = {
|
||||
"path": "/storefront-development/publishable-api-keys",
|
||||
"title": "Publishable API Key",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/storefront-development/production-optimizations",
|
||||
"title": "Production Optimizations",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user