diff --git a/gatsby-config.js b/gatsby-config.js index 9d3207db..0c5f3f0c 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -2,9 +2,9 @@ require('dotenv').config() module.exports = { siteMetadata: { - title: 'I Love Lamp', + title: 'Elastic Path demo store', description: - 'I love carpet. I love desk. I love lamp. I Love Lamp is the official Moltin demo store.', + 'The official Elastic Path demo store.', author: '@moltin', url: process.env.DEPLOY_PRIME_URL || process.env.URL || 'localhost:8000' },