Skip to content

Commit c49b8e0

Browse files
authoredMar 18, 2024··
fix: add dot nojekyll in playground to fix github pages (#953)
1 parent 558afbc commit c49b8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.4.1",
44
"private": true,
55
"scripts": {
6-
"build": "next build",
6+
"build": "next build && touch out/.nojekyll",
77
"start": "next dev",
88
"lint": "next lint",
99
"install:reactcomp": "chmod +x ./bump-react-comp.sh && ./bump-react-comp.sh"

0 commit comments

Comments
 (0)
Please sign in to comment.