Next.js 15.3.0 (#231)

1. Upgrade to Next.js 15.3.0
2. Formatted files
This commit is contained in:
Giancarlo Buomprisco
2025-04-10 07:41:07 +07:00
committed by GitHub
parent c5828325a2
commit a149c52b99
26 changed files with 472 additions and 468 deletions

View File

@@ -3,4 +3,4 @@ export default {
'@tailwindcss/postcss': {},
...(process.env.NODE_ENV === 'production' ? { cssnano: {} } : {}),
},
};
};