Initial commit
This commit is contained in:
8
next.config.js
Normal file
8
next.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/* eslint-disable */
|
||||
const path = require("path");
|
||||
|
||||
module.exports = {
|
||||
sassOptions: {
|
||||
includePaths: [path.join(__dirname, "styles")],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user