fix: change from static execute to dynamic execute #19

Merged
TakahashiNguyen merged 6 commits from dev-better-docker-image-build into main 2026-03-31 07:16:54 +00:00
Showing only changes of commit 8753db3b37 - Show all commits
+1 -1
View File
@@ -10,7 +10,7 @@ import type { NextConfig } from "next";
* Docs: https://nextjs.org/docs/app/api-reference/next-config-js
*/
const nextConfig: NextConfig = {
output: "export",
output: 'standalone',
images: {
remotePatterns: [
{