From 3cf8a2cd345f6dcbb9c3301255a2693ab598933e Mon Sep 17 00:00:00 2001 From: Daniel Tschinder <231804+danez@users.noreply.github.com> Date: Wed, 4 Jan 2023 01:07:40 +0100 Subject: [PATCH] feat(config/presets): Add nextra monorepo (#19644) Co-authored-by: Rhys Arkins <rhys@arkins.net> --- lib/config/presets/internal/monorepo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 915e2be96c..039bda2c7f 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -155,6 +155,7 @@ const repoGroups = { 'https://github.com/zeit/next.js', // old repo 'https://github.com/vercel/next.js', ], + nextra: 'https://github.com/shuding/nextra', 'ngx-formly': 'https://github.com/ngx-formly/ngx-formly', 'ngxs-store': 'https://github.com/ngxs/store', nivo: 'https://github.com/plouc/nivo', -- GitLab