For development
gatsby developFor production
gatsby build- Need ".env.development" and ".env.production" files for credentials
- When getting "...directory does not exist" errors, do
gatsby clean
Localized images:
- Image in "featuredImg" is displayed in Shop page, taken from stripeProduct.metadata["featuredImg"]
- Images in the array of Children elements are displayed in product pages, taken from stripeProduct.images
Localized images:
- Image in "featuredImg" is displayed in product page, taken from stripeSku.image