This commit is contained in:
Kamran Ahmed
2019-08-24 18:34:46 +04:00
parent 93dc65b529
commit 8c77a26627
5 changed files with 1112 additions and 37 deletions

3
next.config.js Normal file
View File

@@ -0,0 +1,3 @@
const withSass = require('@zeit/next-sass');
module.exports = withSass({});