feat: update configuration, styles, and components for improved UI and functionality

This commit is contained in:
암냥 2026-02-03 21:17:53 +00:00
commit 1ce743e06a
8 changed files with 118 additions and 70 deletions

View file

@ -8,6 +8,9 @@ const nextConfig: NextConfig = {
turbopack: {
root: path.join(__dirname, '.'),
},
images: {
remotePatterns: [new URL('https://api.imnya.ng/**')],
},
output: 'standalone',
};