diff --git a/apps/docs/next.config.js b/apps/docs/next.config.js index 9f89ad571..28e11a6a3 100644 --- a/apps/docs/next.config.js +++ b/apps/docs/next.config.js @@ -46,8 +46,8 @@ module.exports = function () { } const plugins = [ - withPWA, withNextra, + withPWA, ] for (const plugin of plugins) {