Files
TheGame/packages/web/next.config.js
dan13ram e03ffe2763 login landing page + fixed fonts (#51)
* login landing page + fixed fonts

* fixed eslint errors

* fixed most of typecheck errors

* review comments incorporated
2020-08-05 02:04:57 -06:00

5 lines
103 B
JavaScript

// eslint-disable-next-line
const withImages = require('next-images');
module.exports = withImages();