From c6581f73ffb2c46c1ed7947aacf1bfc490818211 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 4 May 2024 02:20:31 -0600 Subject: [PATCH] chore: downgrade nextjs to 13.2.4 to support arm/v7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 258f32bf..101dd3e6 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "lucia": "^3.0.1", "lucide-react": "^0.312.0", "nanoid": "3", - "next": "^14.1.3", + "next": "^13.2.4", "next-themes": "^0.2.1", "node-os-utils": "1.3.7", "node-pty": "1.0.0",