File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 run : pnpm install --frozen-lockfile
3131
3232 - name : Install Playwright Browsers
33- run : pnpm --filter @changes-page /page exec playwright install --with-deps chromium
33+ run : pnpm --filter @changespage /page exec playwright install --with-deps chromium
3434
3535 - name : Run Playwright tests
36- run : pnpm --filter @changes-page /page test
36+ run : pnpm --filter @changespage /page test
3737
3838 - name : Upload screenshots
3939 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ import { Spinner } from "@changespage/ui";
1212const POSTS_PER_PAGE = 10 ;
1313
1414const client = createChangesPageClient ( {
15- baseUrl : process . env . VERCEL_ENV
16- ? "https://hey.changes.page"
17- : "http://localhost:3001" ,
15+ baseUrl : "https://hey.changes.page" ,
1816} ) ;
1917
2018export default function Changelog ( {
You can’t perform that action at this time.
0 commit comments