diff --git a/src/theme/NotFound/Content/index.tsx b/src/theme/NotFound/Content/index.tsx index 536756d..2df7fef 100644 --- a/src/theme/NotFound/Content/index.tsx +++ b/src/theme/NotFound/Content/index.tsx @@ -12,6 +12,7 @@ import { nearestAvailableCategoryIndex, } from "/src/utils/suggestions"; import Search from "/src/components/Search"; +import useBaseUrl from "@docusaurus/useBaseUrl"; export default function NotFoundContent({ className }: Props): ReactNode { const { pathname } = useLocation(); @@ -80,7 +81,7 @@ export default function NotFoundContent({ className }: Props): ReactNode { {"."}

- Go back to the docs home page. + Go back to the docs home page.