mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-09-06 10:40:44 +00:00
migrated to nextjs
This commit is contained in:
6
next.config.js
Normal file
6
next.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const withStylus = require('@zeit/next-stylus')
|
||||
const withCss = require('@zeit/next-css')
|
||||
|
||||
module.exports = withCss(withStylus({
|
||||
// cssModules: true,
|
||||
}))
|
Reference in New Issue
Block a user