From e07ae30ebe2933de7df07c3a1d0cc3730b762636 Mon Sep 17 00:00:00 2001 From: Kenneth Aasan Date: Mon, 18 Mar 2024 12:43:21 +0100 Subject: [PATCH] fix: adds dot nojekyll in playground to fix github pages --- playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/package.json b/playground/package.json index d9ccf051a..7599569d7 100644 --- a/playground/package.json +++ b/playground/package.json @@ -3,7 +3,7 @@ "version": "1.4.1", "private": true, "scripts": { - "build": "next build", + "build": "next build && touch out/.nojekyll", "start": "next dev", "lint": "next lint", "install:reactcomp": "chmod +x ./bump-react-comp.sh && ./bump-react-comp.sh"