next.config.js ```js const withLinaria = require('next-linaria') module.exports = withLinaria({}) ``` 