feat: add AWS media resource management

This commit is contained in:
Codex
2026-05-08 23:40:42 +08:00
parent bf28e37ae5
commit 4e226e7eda
51 changed files with 6796 additions and 199 deletions
+1
View File
@@ -8,6 +8,7 @@ const PUBLIC_PAGE_CACHE_CONTROL = 'public, max-age=0, s-maxage=300, stale-while-
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
allowedDevOrigins: ['127.0.0.1', '192.168.1.252'],
distDir: process.env.NEXT_DIST_DIR || '.next',
images: {
formats: ['image/avif', 'image/webp'],