From 7a50f9e24940b484d1897ea869e33382be42b65d Mon Sep 17 00:00:00 2001 From: Karan Antham Date: Tue, 3 Oct 2023 11:40:44 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3e07df..486b34b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "next build", "start": "next start", "lint": "next lint", - "export": "next export && touch ./out/.nojekyll && echo 'https://karna41317.github.io/berry-next/' > ./out/CNAME", + "export": "next export && touch ./out/.nojekyll && echo 'https://karna41317.github.io/berry-next/' > ./out/CNAME" }, "dependencies": { "@auth0/auth0-spa-js": "^1.20.1",