diff --git a/blog/2023-04-03-cms.md b/blog/2023-04-03-cms.md index c6660f28..95d89077 100644 --- a/blog/2023-04-03-cms.md +++ b/blog/2023-04-03-cms.md @@ -23,4 +23,4 @@ Now, the `onlySettings` property allows the creation of content types meant for The change enables the creation of setting-only content types that do not require storefront content, and simplifies interface navigation by displaying only one tab for the page configuration. ## What needs to be done? -To add the property to your store, please follow the instructions in [Using `onlySettings` property in a content type](https://www.faststore.dev/how-to-guides/cms/vtex-headless-cms/Using%20onlySettings%20property%20in%20a%20content%20type). \ No newline at end of file +To add the property to your store, please follow the instructions in [Using `onlySettings` property in a content type](https://v1.faststore.dev/how-to-guides/cms/vtex-headless-cms/Using%20onlySettings%20property%20in%20a%20content%20type). diff --git a/blog/2023-04-06-cms.md b/blog/2023-04-06-cms.md index fe83b92a..ca26a0f5 100644 --- a/blog/2023-04-06-cms.md +++ b/blog/2023-04-06-cms.md @@ -19,4 +19,4 @@ With the `isSingleton` property, you can keep consistency across the content typ The change enables consistency in the content of a page. The `isSingleton` property prevents the creation of multiple pages of the same content type and ensures updates to the page layout are reflected in all requests. ## What needs to be done? -For more information, please refer to the [Using `isSingleton` property in a content type](https://www.faststore.dev/how-to-guides/cms/vtex-headless-cms/Using%20isSingleton%20property%20in%20a%20contenty%20type) documentation. \ No newline at end of file +For more information, please refer to the [Using `isSingleton` property in a content type](https://v1.faststore.dev/how-to-guides/cms/vtex-headless-cms/Using%20isSingleton%20property%20in%20a%20contenty%20type) documentation.