cass-tech / react-storefront

An open-source storefront in React.js with Next.js. Built for Headless Commerce, using a modern stack with TypeScript, GraphQL, Apollo, and Tailwind CSS.
https://demo.saleor.io
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Review background image system #7

Open mhcassiem opened 2 months ago

mhcassiem commented 2 months ago

currently fetching background image from /pages/home

untidy solution when landing on home page the background image also appears as a page media

investigate solution

could either: create "landing page" page type hide home page media at gql level for this page type or add background image field and add to gql query

mhcassiem commented 1 month ago

decided to go the route of adding a background image field