Skip to content

Commit

Permalink
🚌
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jun 24, 2023
1 parent cdcfd05 commit c93f60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/routes/(shop)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import type { CheckoutQuery, ProductsQuery, CheckoutCreateMutation, ShopApp } fr

export const onRequest: RequestHandler = async (request) => {
request.cacheControl(600);
}
};

const useProductsLoader = routeLoader$(async () => {
const response = await fetchFromShopify(productsQuery());
Expand Down

0 comments on commit c93f60a

Please sign in to comment.