Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Update meta description and fix title to match the homepage's pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekm authored and mateuszkula committed Feb 5, 2020
1 parent b8739c6 commit 832c282
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/core/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ export const SOCIAL_MEDIA = [
];
export const META_DEFAULTS = {
custom: [],
description: "PWA Storefront",

description: "Open-source PWA storefront built with Saleor's e-commerce GraphQL API. Written with React and TypeScript.",
image: `${window.location.origin}${require("../images/logo.svg")}`,
title: "Saleor",
title: "Demo PWA Storefront – Saleor Commerce",
type: "website",
url: window.location.origin,
};

0 comments on commit 832c282

Please sign in to comment.