浏览代码

test

master
jefry 4 年前
父节点
当前提交
42bee4bd87
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      next.config.js

+ 1
- 0
next.config.js 查看文件

@@ -3,6 +3,7 @@ const withImages = require("next-images");
const withSass = require("@zeit/next-sass");
const webpack = require("webpack");
const path = require("path");

// require("dotenv").config();

module.exports = withPlugins([[withSass], [withImages]], {


正在加载...
取消
保存