Skip to content

Commit 7f4b4d9

Browse files
committed
Add "nojekyll" argument to gh-pages script so that assets load on static page
1 parent 663e60a commit 7f4b4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"start": "next start",
3131
"build:react-accessible-tooltip": "yarn workspace react-accessible-tooltip build",
3232
"build": "yarn build:react-accessible-tooltip && yarn next build",
33-
"deploy": "yarn build && gh-pages -d out",
33+
"deploy": "yarn build && gh-pages -d out --nojekyll",
3434
"lint": "next lint"
3535
},
3636
"dependencies": {

0 commit comments

Comments
 (0)