added configurations documentation (#1696)

This commit is contained in:
Shahed Nasser
2022-06-17 17:03:12 +03:00
committed by GitHub
parent 88e83801f9
commit 4be7d40771
9 changed files with 328 additions and 100 deletions

View File

@@ -69,6 +69,12 @@ Then, on your server, update the environment variable `STORE_CORS` to the URL wi
STORE_CORS=http://localhost:<PORT>
```
:::info
For more details about the Store CORS configuration, check out the [Configure your Server documentation](../usage/configurations.md#storefront-cors).
:::
### Development Resources
If youre not familiar with Gatsby, you can learn more about it through the following resources:

View File

@@ -67,6 +67,12 @@ Then, on your server, update the environment variable `STORE_CORS` to the URL
STORE_CORS=http://localhost:<PORT>
```
:::info
For more details about the Store CORS configuration, check out the [Configure your Server documentation](../usage/configurations.md#storefront-cors).
:::
### Development Resources
You can learn more about development with Next.js through [their documentation](https://nextjs.org/docs/getting-started).