This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
FunctionProject/frontend/next.config.js

3 lines
122 B
JavaScript
Raw Normal View History

2020-03-18 16:26:18 +01:00
const withCSS = require('@zeit/next-css');
const withFonts = require('next-fonts');
module.exports = withFonts(withCSS());