feat: update configuration, styles, and components for improved UI and functionality
This commit is contained in:
parent
a3294a0648
commit
1ce743e06a
8 changed files with 118 additions and 70 deletions
|
|
@ -8,6 +8,9 @@ const nextConfig: NextConfig = {
|
|||
turbopack: {
|
||||
root: path.join(__dirname, '.'),
|
||||
},
|
||||
images: {
|
||||
remotePatterns: [new URL('https://api.imnya.ng/**')],
|
||||
},
|
||||
output: 'standalone',
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue