diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 111e9d5..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Deploy to Vercel - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: '20' - cache: 'npm' - - - name: Install dependencies - run: npm ci - - - name: Build project - run: npm run build - - # This step will trigger Vercel deployment via GitHub integration - # Make sure you have connected your GitHub repo to Vercel - - name: Deploy to Vercel - run: echo "Deployment will be handled by Vercel GitHub integration" \ No newline at end of file diff --git a/vercel.json b/vercel.json index 96622e0..0704e6c 100644 --- a/vercel.json +++ b/vercel.json @@ -15,7 +15,7 @@ }, { "src": "/(.*)", - "dest": "/server/index.ts" + "dest": "/index.html" } ], "functions": {