Skip to content

Instantly share code, notes, and snippets.

@abedzantout
Created September 20, 2019 20:55
Show Gist options
  • Save abedzantout/ffb0c74f9fdd1ac9f361d471fd719920 to your computer and use it in GitHub Desktop.
Save abedzantout/ffb0c74f9fdd1ac9f361d471fd719920 to your computer and use it in GitHub Desktop.
Next Config Initial File
// 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