Created
September 20, 2019 20:55
-
-
Save abedzantout/ffb0c74f9fdd1ac9f361d471fd719920 to your computer and use it in GitHub Desktop.
Next Config Initial File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // next.config.js | |
| const withCSS = require('@zeit/next-css'); | |
| module.exports = withCSS({}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment