赞
踩
在根目录下创建next.config.js文件
//让next支持css const withCss = require('@zeit/next-css') module.exports = withCss({})