diff --git a/www/apps/api-reference/vercel.json b/www/apps/api-reference/vercel.json index 4f46f0d971..b0923b0acd 100644 --- a/www/apps/api-reference/vercel.json +++ b/www/apps/api-reference/vercel.json @@ -1,6 +1,6 @@ { "crons": [{ - "path": "/v2/api/algolia", + "path": "/v2/api/api/algolia", "schedule": "0 0 * * 4" }], "framework": "nextjs", diff --git a/www/packages/docs-ui/src/components/Pagination/index.tsx b/www/packages/docs-ui/src/components/Pagination/index.tsx index 26d99d90c9..c8338619e4 100644 --- a/www/packages/docs-ui/src/components/Pagination/index.tsx +++ b/www/packages/docs-ui/src/components/Pagination/index.tsx @@ -4,12 +4,18 @@ import React from "react" import { usePagination } from "../../providers" import { Card } from "../Card" import { ChevronLeft, ChevronRight } from "@medusajs/icons" +import clsx from "clsx" export const Pagination = () => { const { previousPage, nextPage } = usePagination() return ( -