Browse Source

test

master
jefry 4 years ago
parent
commit
42bee4bd87
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      next.config.js

+ 1
- 0
next.config.js View File

@@ -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]], {


Loading…
Cancel
Save