From 17ebc1e532c64b25b1533f1b61b59b1ea7f8cae3 Mon Sep 17 00:00:00 2001 From: CloudLun Date: Tue, 12 Dec 2023 03:14:01 +0800 Subject: [PATCH] add export --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 40d039f..3c3d180 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { trailingSlash: true, - // output: "export", + output: "export", }; module.exports = nextConfig;