From a80a800978ff655f72215dc297e3688ce7ee77fe Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 7 Feb 2024 18:58:36 +0800 Subject: [PATCH] fix --- next.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next.config.js b/next.config.js index 13025163..732303bf 100644 --- a/next.config.js +++ b/next.config.js @@ -24,6 +24,8 @@ function scanSubdirectories(directory) { // if (stats.isDirectory() && file !== 'landing') { // subdirectories.push(file) // } + + subdirectories.push(file) }) return subdirectories