|
@@ -3,6 +3,7 @@ const withImages = require("next-images"); |
|
|
const withSass = require("@zeit/next-sass"); |
|
|
const withSass = require("@zeit/next-sass"); |
|
|
const webpack = require("webpack"); |
|
|
const webpack = require("webpack"); |
|
|
const path = require("path"); |
|
|
const path = require("path"); |
|
|
|
|
|
|
|
|
// require("dotenv").config(); |
|
|
// require("dotenv").config(); |
|
|
|
|
|
|
|
|
module.exports = withPlugins([[withSass], [withImages]], { |
|
|
module.exports = withPlugins([[withSass], [withImages]], { |
|
|