Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Jan 5, 2024
1 parent 89b58be commit 7213a67
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions docs/framework/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,6 @@ GC_HYGRAPH_WRITE_ACCESS_TOKEN="AccessTokenFromHygraph"
yarn graphcommerce hygraph-migrate
```

#### legacyProductRoute: boolean

On older versions of GraphCommerce products would use a product type specific route.

This should only be set to true if you use the /product/[url] AND /product/configurable/[url] routes.

@deprecated Will be removed in a future version. [migration](../upgrading/graphcommerce-5-to-6.md#product-routing-changes)

#### limitSsg: boolean

Limit the static generation of SSG when building
Expand Down
1 change: 0 additions & 1 deletion packagesDev/next-config/dist/generated/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ function GraphCommerceConfigSchema() {
hygraphProjectId: _zod.z.string().nullish(),
hygraphWriteAccessEndpoint: _zod.z.string().nullish(),
hygraphWriteAccessToken: _zod.z.string().nullish(),
legacyProductRoute: _zod.z.boolean().nullish(),
limitSsg: _zod.z.boolean().nullish(),
magentoEndpoint: _zod.z.string().min(1),
previewSecret: _zod.z.string().nullish(),
Expand Down

0 comments on commit 7213a67

Please sign in to comment.