From da683b06996946941184aee358e40e9daafef20d Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Fri, 13 Feb 2026 15:01:01 -0700 Subject: [PATCH] Remove Vercel boilerplate from README and @vercel/analytics from dependencies Co-Authored-By: Claude Opus 4.6 --- README.md | 29 ----------------------------- package.json | 3 +-- 2 files changed, 1 insertion(+), 31 deletions(-) diff --git a/README.md b/README.md index 5d4da0d..159310a 100644 --- a/README.md +++ b/README.md @@ -1,30 +1 @@ # MycoFi website - -*Automatically synced with your [v0.app](https://v0.app) deployments* - -[![Deployed on Vercel](https://img.shields.io/badge/Deployed%20on-Vercel-black?style=for-the-badge&logo=vercel)](https://vercel.com/jeff-emmetts-projects/v0-myco-fi-website) -[![Built with v0](https://img.shields.io/badge/Built%20with-v0.app-black?style=for-the-badge)](https://v0.app/chat/projects/3E0ktWenMaD) - -## Overview - -This repository will stay in sync with your deployed chats on [v0.app](https://v0.app). -Any changes you make to your deployed app will be automatically pushed to this repository from [v0.app](https://v0.app). - -## Deployment - -Your project is live at: - -**[https://vercel.com/jeff-emmetts-projects/v0-myco-fi-website](https://vercel.com/jeff-emmetts-projects/v0-myco-fi-website)** - -## Build your app - -Continue building your app on: - -**[https://v0.app/chat/projects/3E0ktWenMaD](https://v0.app/chat/projects/3E0ktWenMaD)** - -## How It Works - -1. Create and modify your project using [v0.app](https://v0.app) -2. Deploy your chats from the v0 interface -3. Changes are automatically pushed to this repository -4. Vercel deploys the latest version from this repository \ No newline at end of file diff --git a/package.json b/package.json index 8c48010..21f3a9f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "@radix-ui/react-toggle": "1.1.1", "@radix-ui/react-toggle-group": "1.1.1", "@radix-ui/react-tooltip": "1.1.6", - "@vercel/analytics": "latest", "autoprefixer": "^10.4.20", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", @@ -73,4 +72,4 @@ "tw-animate-css": "1.3.3", "typescript": "^5" } -} \ No newline at end of file +}