From 773bceb96f2f94537ac8a9b8f3e56988de85feea Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Tue, 29 Oct 2024 15:39:49 +0100 Subject: [PATCH] make build standalone --- documentation/docs/next.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/docs/next.config.js b/documentation/docs/next.config.js index b6af8ad4e0..1cecb639a3 100644 --- a/documentation/docs/next.config.js +++ b/documentation/docs/next.config.js @@ -39,8 +39,7 @@ nextra.webpack = (config, options) => { const config = { ...nextra, - // output: 'export', // static HTML files, has problems with Vercel - // rewrites: undefined, + output: "standalone", async redirects() { return [ // network docs