Skip to content

Commit

Permalink
feat: update storybook domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-W-James committed Nov 8, 2023
1 parent 22721c0 commit ae2205e
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 47 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ list of proposed features (and known issues). -->
- [![Vitest](https://img.shields.io/badge/-Vitest-black?style=flat-square&logo=vite)](https://vitest.dev/config/):
unit testing framework. Configured in [`vite.config.ts` >
`test`](./vite.config.ts#L52)
- [![Storybook](https://img.shields.io/badge/-Storybook-black?style=flat-square&logo=storybook)](https://tim-w-james.github.io/timjames.dev/):
- [![Storybook](https://img.shields.io/badge/-Storybook-black?style=flat-square&logo=storybook)](https://storybook.timjames.dev):
view, document and test individual components and pages. Configured in
[`.storybook/main.cjs`](./.storybook/main.cjs). Automatically deployed to
[Github Pages](https://tim-w-james.github.io/timjames.dev/)
[Github Pages](https://storybook.timjames.dev)
- [![Playwright](https://img.shields.io/badge/-Playwright-black?style=flat-square&logo=playwright)](https://playwright.dev/):
end-to-end tests. Configured in [`playwright.config.ts`](./playwright.config.ts)
and located in [`e2e/`](./e2e/)
Expand Down Expand Up @@ -567,7 +567,7 @@ a [cleaner file tree](https://github.com/antfu/vscode-file-nesting-config).
```
Storybook is automatically deployed to [Github
Pages](https://tim-w-james.github.io/timjames.dev/)
Pages](https://storybook.timjames.dev)
<!-- CONTRIBUTING -->
<!-- ## Contributing
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@
"react-redux": "^8.1.2",
"react-router-dom": "^6.15.0",
"react-router-hash-link": "^2.4.3",
"react-scroll-parallax": "^3.4.2",
"react-scroll-parallax": "^3.4.3",
"react-select": "^5.7.4",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^9.1.3",
"source-map-support": "^0.5.21",
"validator": "^13.11.0",
"web-vitals": "^3.4.0",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/core": "^7.22.11",
Expand Down Expand Up @@ -198,7 +198,7 @@
"type-coverage": "^2.26.2",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vite-plugin-sass-dts": "^1.3.9",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.3"
Expand Down
78 changes: 39 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/features/timeline/data/timelineData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const timelineData: TimelineItemData[] = [
a portfolio website. Includes a{" "}
<a
className={cn("link")}
href="https://tim-w-james.github.io/timjames.dev/"
href="https://storybook.timjames.dev"
rel="noreferrer"
target="_blank"
title="View components on Storybook"
Expand Down Expand Up @@ -110,7 +110,7 @@ const timelineData: TimelineItemData[] = [
},
{
text: "Storybook components",
url: "https://tim-w-james.github.io/timjames.dev/",
url: "https://storybook.timjames.dev",
icon: <SiStorybook aria-label="Storybook" />,
},
{
Expand Down

0 comments on commit ae2205e

Please sign in to comment.