diff --git a/packages/teleport-project-generator-next/src/index.ts b/packages/teleport-project-generator-next/src/index.ts index 0d4795f76..684c99296 100644 --- a/packages/teleport-project-generator-next/src/index.ts +++ b/packages/teleport-project-generator-next/src/index.ts @@ -52,10 +52,10 @@ const createNextProjectGenerator = () => { plugins: [ nextImagePlugin, headConfigPlugin, - nextPageInlineFetchPlugin, - nextInternationalizationPlugin, getStaticPropsPlugin, getStaticPathsPlugin, + nextInternationalizationPlugin, + nextPageInlineFetchPlugin, nextLocaleFetcherPlugin, ], mappings: [NextProjectMapping],