diff --git a/Dockerfile b/Dockerfile index b320d4c8ae..1580f03fa8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,7 @@ COPY content/index.md ./content/index.md COPY next.config.js ./next.config.js COPY tsconfig.json ./tsconfig.json +COPY next-env.d.ts ./next-env.d.ts RUN npx tsc --noEmit diff --git a/components/Breadcrumbs.tsx b/components/Breadcrumbs.tsx index 5535675b0d..b110311b33 100644 --- a/components/Breadcrumbs.tsx +++ b/components/Breadcrumbs.tsx @@ -18,31 +18,35 @@ export const Breadcrumbs = ({ variant = 'default' }: Props) => { const { breadcrumbs } = useMainContext() return ( -