Add standalone artifact deploy workflow

This commit is contained in:
2026-05-21 05:26:13 +07:00
parent 70b34f8cf3
commit 3002ef9b8c
5 changed files with 149 additions and 0 deletions

View File

@ -8,6 +8,7 @@ const securityHeaders = [
];
const nextConfig: NextConfig = {
output: "standalone",
reactStrictMode: true,
poweredByHeader: false,
async headers() {