From 356d11b73bcea2865b9b2de3c98b47ffda2c4536 Mon Sep 17 00:00:00 2001 From: Timothy Miller <46549361+timothymiller@users.noreply.github.com> Date: Wed, 6 Sep 2023 16:06:48 -0400 Subject: [PATCH] Change order of next plugins in docs app --- apps/docs/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {