Skip to content

Instantly share code, notes, and snippets.

@serifcolakel
Created February 21, 2022 19:46
Show Gist options
  • Save serifcolakel/5ea6682e7f87f580493783a385d1b21a to your computer and use it in GitHub Desktop.
Save serifcolakel/5ea6682e7f87f580493783a385d1b21a to your computer and use it in GitHub Desktop.
module.exports = {
reactStrictMode: true,
// env is used to define the environment variables that are available to the app
env: {
SHOPIFY_STORE_DOMAIN: process.env.SHOPIFY_STORE_DOMAIN,
SHOPIFY_STOREFRONT_ACCESTOKEN: process.env.SHOPIFY_STOREFRONT_ACCESTOKEN,
},
// shopify will use the public folder as a static root
images: {
domains: ["cdn.shopify.com"],
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment