Skip to content

Commit 39ba595

Browse files
authored
Merge pull request #122 from techulus/develop
Fix changelog
2 parents b5493c4 + 974d797 commit 39ba595

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/page-e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

apps/web/pages/changelog.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ import { Spinner } from "@changespage/ui";
1212
const POSTS_PER_PAGE = 10;
1313

1414
const 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

2018
export default function Changelog({

0 commit comments

Comments
 (0)