diff --git a/package.json b/package.json index ccb7b0fd..28c357ce 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev --turbopack", - "build": "next build && storybook build -o public/storybook", + "build": "next build", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit", diff --git a/vercel.json b/vercel.json deleted file mode 100644 index afb1d559..00000000 --- a/vercel.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "rewrites": [ - { - "source": "/storybook", - "destination": "/_next/static/storybook/index.html" - } - ] -}