remove unuse actions

add standalone output mode
This commit is contained in:
DefectingCat
2023-05-18 08:57:04 +08:00
parent 58cd92c510
commit 138f003793
3 changed files with 1 additions and 178 deletions

View File

@ -7,7 +7,7 @@ const nextConfig = {
/* config options here */
reactStrictMode: true,
swcMinify: true,
// output: 'standalone',
output: 'standalone',
images: isExport ? { unoptimized: true } : {},
experimental: {
// runtime: 'experimental-edge',