Skip to content

Commit

Permalink
fix: add dot nojekyll in playground to fix github pages (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethaasan committed Mar 18, 2024
1 parent 558afbc commit c49b8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -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"
Expand Down

0 comments on commit c49b8e0

Please sign in to comment.