fix(saleor): Fix remaining WooCommerce references and configuration

- Fix syntax error in Checkout.ts (extra semicolon)
- Update NewHero.tsx to use Saleor types and store
- Update page.tsx to use Saleor getProducts
- Add Saleor API domain to next.config.ts images config
This commit is contained in:
Unchained
2026-03-21 13:00:16 +02:00
parent 1b733c63d5
commit a47698d5ca
4 changed files with 32 additions and 28 deletions

View File

@@ -18,4 +18,3 @@ export const GET_CHECKOUT_BY_ID = gql`
}
${CHECKOUT_FRAGMENT}
`;
`;