parent
7faa5f1c9f
commit
a68eb2a011
41 changed files with 2350 additions and 800 deletions
|
|
@ -3,7 +3,11 @@ import type { NextConfig } from 'next';
|
|||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
images: {
|
||||
remotePatterns: [],
|
||||
remotePatterns: [
|
||||
{
|
||||
hostname: 'avatar.vercel.sh',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue