Skip to content

Commit

Permalink
fix: add cname to docs automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitrosch committed Mar 14, 2022
1 parent 8002b8e commit 37c01a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"start": "start-storybook -p 6006",
"dist": "microbundle --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react --globals react/jsx-runtime=jsx --css inline --compress false",
"docs": "build-storybook -o ./docs",
"docs": "build-storybook -o ./docs -s ./public",
"test": "jest",
"format": "prettier --write ./src",
"prepublishOnly": "npm run dist",
Expand Down
1 change: 1 addition & 0 deletions public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
react.daisyui.com

0 comments on commit 37c01a0

Please sign in to comment.