diff --git a/package.json b/package.json index 5fb2660..af72856 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "truecallerjs docs", "scripts": { "dev": "next dev", - "build": "next build", + "build": "next build && next export && touch ./out/.nojekyll", "start": "next start" }, "repository": {