Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Add space-kit svg as favicon #173

Merged
merged 1 commit into from
May 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link rel="icon" type="image/svg+xml" href="solar-system.svg" />
11 changes: 11 additions & 0 deletions .storybook/public/solar-system.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:reset": "ts-node build-reset.ts",
"prebundle": "run-p icons illustrations",
"prebuild-storybook": "npm run build",
"build-storybook": "node --max-old-space-size=4096 $(npm bin)/build-storybook --quiet",
"build-storybook": "node --max-old-space-size=4096 $(npm bin)/build-storybook --static-dir .storybook/public --quiet",
"build:github-checks": "npx ncc build .github/actions/run-circle-ci-job/index.js -o .github/actions/run-circle-ci-job/dist",
"clean": "run-p clean:*",
"clean:built": "ts-node scripts/cleanBuiltFiles.ts",
Expand All @@ -27,7 +27,7 @@
"prepare": "npm run build",
"release": "./scripts/release.sh",
"start": "npm run storybook",
"storybook": "start-storybook -p 6006",
"storybook": "start-storybook -p 6006 --static-dir .storybook/public",
"test": "run-p test:*",
"test:typescript": "tsc --noEmit",
"test:unit": "jest",
Expand Down