mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-04-22 10:42:10 +00:00
8 lines
218 B
JavaScript
8 lines
218 B
JavaScript
// Use Compose plugin for easier maintenance
|
|
const withPlugins = require('next-compose-plugins')
|
|
const { plugins, config } = require('@dzeio/config/next.config')
|
|
|
|
module.exports = withPlugins([...plugins],
|
|
config()
|
|
)
|