mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-03 23:16:52 +00:00
头像读取Notion
This commit is contained in:
@@ -6,12 +6,13 @@ module.exports = withBundleAnalyzer({
|
||||
webpack5: true
|
||||
},
|
||||
images: {
|
||||
// 允许next/image加载的图片 域名
|
||||
domains: [
|
||||
'gravatar.com',
|
||||
'www.notion.so',
|
||||
'avatars.githubusercontent.com',
|
||||
'images.unsplash.com'
|
||||
] // 允许next/image加载的图片 域名
|
||||
]
|
||||
},
|
||||
async headers() {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user