Merge branch 'master' of github.com:timlrx/tailwind-nextjs-starter-blog

This commit is contained in:
Timothy Lin 2021-03-19 09:38:55 +08:00
commit 8a4358fade

View File

@ -7,7 +7,7 @@
"dev": "next dev",
"build": "next build && node ./scripts/generate-sitemap",
"serve": "next start",
"analyze": "ANALYZE=true next build"
"analyze": "env ANALYZE=true next build"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.5.0",