diff --git a/package.json b/package.json index 812d378..f195fca 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build && touch ./out/nojekyll", + "build": "next build && touch ./out/.nojekyll", "start": "next start", "lint": "next lint" },