From fe6be8cd85827f98bc1f369e4fe9e00fb62782df Mon Sep 17 00:00:00 2001 From: ala <63405719+ala-ebi@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:52:53 +0100 Subject: [PATCH] added --dotfiles to the gh-pages deploy stage, allows .nojekyll to be pushed to gh-pages branch and fixes the images issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70c52de..be4d7d5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "nuxt build", "start": "nuxt start", "generate": "nuxt generate", - "deploy": "gh-pages -d dist", + "deploy": "gh-pages -d dist --dotfiles", "deploy2": "push-dir --dir=dist --branch=gh-pages" }, "dependencies": {