mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-29 15:10:06 +00:00
bugfix:
修复fontawesome尺寸问题
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"dev-mac": "NODE_OPTIONS='--inspect' next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"postbuild": "next-sitemap --config next-sitemap.config.js"
|
||||
"post-build": "next-sitemap --config next-sitemap.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
||||
|
||||
Reference in New Issue
Block a user