chore(web): update Next.js config, Tailwind config, and type definitions
Sync next-env.d.ts, update next.config.js and tailwind.config.ts with latest settings, and refresh tsconfig build info. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -13,6 +13,10 @@ const nextConfig = {
|
||||
protocol: 'https',
|
||||
hostname: '**',
|
||||
},
|
||||
// MinIO / local object storage in development
|
||||
...(process.env.NODE_ENV === 'development'
|
||||
? [{ protocol: 'http', hostname: 'localhost' }, { protocol: 'http', hostname: '127.0.0.1' }]
|
||||
: []),
|
||||
],
|
||||
},
|
||||
async headers() {
|
||||
|
||||
Reference in New Issue
Block a user