修复fontawesome尺寸问题
This commit is contained in:
tangly1024
2021-12-08 15:40:15 +08:00
parent 980531b1ee
commit 04ec195520
6 changed files with 13 additions and 13 deletions

View File

@@ -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",