Skip to content

Commit

Permalink
Change order of next plugins in docs app
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymiller committed Sep 6, 2023
1 parent 33e3609 commit 356d11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ module.exports = function () {
}

const plugins = [
withPWA,
withNextra,
withPWA,
]

for (const plugin of plugins) {
Expand Down

0 comments on commit 356d11b

Please sign in to comment.