Skip to content

Commit

Permalink
Change baseUrl preview vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsi15 committed Mar 8, 2024
1 parent 4e8aab4 commit 676ea61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
import { defineConfig, devices } from "@playwright/test"

const URL = import.meta.env?.PUBLIC_BASE_URL || "https://lavelada.es/"
// const URL = import.meta.env?.PUBLIC_BASE_URL || "https://lavelada.es/"
const URL = "https://la-velada-web-oficial-git-fork-johnsi15-feat-676a37-midudev-pro.vercel.app/"

/**
* See https://playwright.dev/docs/test-configuration.
Expand Down

0 comments on commit 676ea61

Please sign in to comment.