Update next.config.js to support github profile pictures
This commit is contained in:
parent
614963271b
commit
e73bae6e2f
1 changed files with 10 additions and 0 deletions
|
|
@ -4,4 +4,14 @@ module.exports = {
|
||||||
experimental: {
|
experimental: {
|
||||||
serverActions: true,
|
serverActions: true,
|
||||||
},
|
},
|
||||||
|
images: {
|
||||||
|
remotePatterns: [
|
||||||
|
{
|
||||||
|
protocol: 'https',
|
||||||
|
hostname: 'avatars.githubusercontent.com',
|
||||||
|
port: '',
|
||||||
|
pathname: '**',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue