From ae714f08e1418733f5d6edc4b12bc305601d045b Mon Sep 17 00:00:00 2001 From: luc Date: Tue, 6 Nov 2018 01:18:16 +0800 Subject: [PATCH] fix css-custom-config example --- examples/css-custom-config/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/css-custom-config/next.config.js b/examples/css-custom-config/next.config.js index d18c18d..64e8666 100644 --- a/examples/css-custom-config/next.config.js +++ b/examples/css-custom-config/next.config.js @@ -1,5 +1,5 @@ const withCss = require('@zeit/next-css') -const withPurgeCss = require('../../index') +const withPurgeCss = require('next-purgecss') module.exports = withCss( withPurgeCss({