Skip to content

Commit 08045ef

Browse files
VIA-552: MD Make not-found page dynamic, therefore server rendered to mitigate the warning about EROFS read-only file system
1 parent e92e574 commit 08045ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/not-found.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import BackLink from "@src/app/_components/nhs-frontend/BackLink";
22
import MainContent from "@src/app/_components/nhs-frontend/MainContent";
33
import { NHS_TITLE_SUFFIX, SERVICE_HEADING } from "@src/app/constants";
44

5+
export const dynamic = "force-dynamic";
6+
57
const NotFound = () => {
68
return (
79
<>

0 commit comments

Comments
 (0)