Skip to content

Commit b4b4cd7

Browse files
committed
minor updates
1 parent 57e9b77 commit b4b4cd7

6 files changed

Lines changed: 1 addition & 70 deletions

File tree

‎.storybook/main.js‎

Lines changed: 0 additions & 25 deletions
This file was deleted.

‎.storybook/preview.js‎

Lines changed: 0 additions & 12 deletions
This file was deleted.

‎next.config.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
const nextConfig = {
33
reactStrictMode: true,
44
trailingSlash: true,
5+
basePath: '/gh-pages',
56
}
67

78
module.exports = nextConfig

‎package.json‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"start-prod": "next start",
99
"lint": "next lint",
1010
"export": "next export",
11-
"storybook": "start-storybook -p 6006",
12-
"build-storybook": "build-storybook",
1311
"out": "next build && next export"
1412
},
1513
"dependencies": {
@@ -25,14 +23,6 @@
2523
},
2624
"devDependencies": {
2725
"@babel/core": "^7.18.0",
28-
"@storybook/addon-actions": "^6.5.3",
29-
"@storybook/addon-essentials": "^6.4.22",
30-
"@storybook/addon-interactions": "^6.5.3",
31-
"@storybook/addon-links": "^6.5.3",
32-
"@storybook/builder-webpack5": "^6.5.3",
33-
"@storybook/manager-webpack5": "^6.5.3",
34-
"@storybook/react": "^6.1.21",
35-
"@storybook/testing-library": "0.0.11",
3626
"@types/node": "17.0.20",
3727
"@types/react": "17.0.39",
3828
"babel-loader": "^8.2.5",

‎public/images/fb-project-name.png‎

-31.2 KB
Loading

‎src/stories/Para.stories.tsx‎

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)