mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 15:10:32 +00:00
feature:
引入react-fontawesome,升级至v5.15; next/link补齐passHref; 替换img为next/Image,优化图片
This commit is contained in:
@@ -3,9 +3,9 @@ module.exports = {
|
||||
webpack5: true
|
||||
},
|
||||
images: {
|
||||
domains: ['gravatar.com']
|
||||
domains: ['gravatar.com', 'www.notion.so', 'avatars.githubusercontent.com']
|
||||
},
|
||||
async headers() {
|
||||
async headers () {
|
||||
return [
|
||||
{
|
||||
source: '/:path*{/}?',
|
||||
|
||||
Reference in New Issue
Block a user