Skip to content

Commit

Permalink
Reorder nextjs plugins order
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaionut12345 committed Dec 2, 2024
1 parent 2815eea commit 8d30dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/teleport-project-generator-next/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ const createNextProjectGenerator = () => {
plugins: [
nextImagePlugin,
headConfigPlugin,
nextPageInlineFetchPlugin,
nextInternationalizationPlugin,
getStaticPropsPlugin,
getStaticPathsPlugin,
nextInternationalizationPlugin,
nextPageInlineFetchPlugin,
nextLocaleFetcherPlugin,
],
mappings: [NextProjectMapping],
Expand Down

0 comments on commit 8d30dfc

Please sign in to comment.