From 47d746e1a00a24e2ef9885c86ffb41b0357ec96d Mon Sep 17 00:00:00 2001 From: TomasBankauskas Date: Wed, 14 Jun 2023 11:47:10 +0300 Subject: [PATCH] added new nextjs starter --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 91904bd..ba7b4b8 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,7 @@ const starters = [ { name: 'nextjs', - repoUrl: 'https://github.com/stackbit-themes/nextjs-starter', + repoUrl: 'https://github.com/stackbit-themes/nextjs-markdown-starter', }, { name: 'ts-nextjs',