Skip to content

Instantly share code, notes, and snippets.

@BartoszBilejczyk
Last active January 20, 2021 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BartoszBilejczyk/8ca48415376afa31488c856bf48763c0 to your computer and use it in GitHub Desktop.
Save BartoszBilejczyk/8ca48415376afa31488c856bf48763c0 to your computer and use it in GitHub Desktop.
// config/product-specific/amazon.js
const config = {
products: [
{
id: 1,
description: 'Have your order delivered the next day',
title: 'Amazon Prime',
url: 'https://www.amazon.com/amazonprime'
},
{
id: 2,
description: 'Reliable and scalable server solutions for mid-size companies and enterprises',
title: 'AWS',
url: 'https://aws.amazon.com'
}
]
};
export default config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment