feat(docs): enhance documentation structure and add Docker support for standalone Next.js app

This commit is contained in:
HouYunFei
2026-06-02 13:23:11 +08:00
parent 7802771e56
commit 6413011e54
24 changed files with 250 additions and 94 deletions
+1
View File
@@ -4,6 +4,7 @@ const withMDX = createMDX();
/** @type {import('next').NextConfig} */
const config = {
output: 'standalone',
reactStrictMode: true,
};