From 4cba010144a26f24f1d3a1cf3a4248264205de84 Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Mon, 11 Aug 2025 08:58:13 +0200 Subject: [PATCH] Add clarification for nextjs deployment message --- docs/hypernode-deploy/applications/config-for-nextjs.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/hypernode-deploy/applications/config-for-nextjs.md b/docs/hypernode-deploy/applications/config-for-nextjs.md index 3a2a1aa9..dbc27ae8 100644 --- a/docs/hypernode-deploy/applications/config-for-nextjs.md +++ b/docs/hypernode-deploy/applications/config-for-nextjs.md @@ -1,9 +1,5 @@ # Config for NextJS -```{note} -NextJS is not officially supported on the Hypernode Platform. So please use this at your own risk. -``` - Configuration to use as Hypernode Deploy deploy.php for a NextJS webserver application: ```php @@ -126,3 +122,5 @@ module.exports = { ] } ``` + +Please note that we don't offer active support through our supportdesk for the above application or deployment configuration.