chore: add dokploy standalone runtime deployment

This commit is contained in:
2026-04-19 17:52:43 +08:00
parent ffc95fd843
commit 30d118027c
4 changed files with 23 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ const withNextIntl = createNextIntlPlugin('./src/i18n/request.ts')
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
images: {
remotePatterns: [
{ hostname: 'localhost' },