diff --git a/bun.lockb b/bun.lockb index 0582a1416..21ec4bf58 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6be06a277..53d8643a6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "bun-types": "^1.0.7", "jsontoxml": "^1.0.1", "katex": "^0.16.9", - "next": "^14.0.3", + "next": "^14.0.4", "react": "^18", "react-dom": "^18", "react-hotkeys-hook": "^4.4.1", diff --git a/src/app/[spaceId]/[[...pathname]]/page.tsx b/src/app/[spaceId]/[[...pathname]]/page.tsx index 8bb492f72..52bac0bc5 100644 --- a/src/app/[spaceId]/[[...pathname]]/page.tsx +++ b/src/app/[spaceId]/[[...pathname]]/page.tsx @@ -3,7 +3,7 @@ import { notFound, redirect } from 'next/navigation'; import { SpaceContent } from '@/components/SpaceContent'; import { getDocument } from '@/lib/api'; -import { PageHrefContext, absoluteHref, baseUrl, pageHref } from '@/lib/links'; +import { PageHrefContext, baseUrl, pageHref } from '@/lib/links'; import { getPagePath } from '@/lib/pages'; import { PagePathParams, fetchPageData, getPathnameParam } from '../fetch';