@graphcommerce/docs 8.0.0-canary.74 → 8.0.0-canary.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/framework/config.md +0 -8
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/config.md
CHANGED
|
@@ -249,14 +249,6 @@ GC_HYGRAPH_WRITE_ACCESS_TOKEN="AccessTokenFromHygraph"
|
|
|
249
249
|
yarn graphcommerce hygraph-migrate
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
#### legacyProductRoute: boolean
|
|
253
|
-
|
|
254
|
-
On older versions of GraphCommerce products would use a product type specific route.
|
|
255
|
-
|
|
256
|
-
This should only be set to true if you use the /product/[url] AND /product/configurable/[url] routes.
|
|
257
|
-
|
|
258
|
-
@deprecated Will be removed in a future version. [migration](../upgrading/graphcommerce-5-to-6.md#product-routing-changes)
|
|
259
|
-
|
|
260
252
|
#### limitSsg: boolean
|
|
261
253
|
|
|
262
254
|
Limit the static generation of SSG when building
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@graphcommerce/docs",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/docs",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce/docs",
|
|
5
|
-
"version": "8.0.0-canary.
|
|
5
|
+
"version": "8.0.0-canary.76",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.0-canary.76"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|