Skip to content

Commit

Permalink
ci(tools): #21 fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGreenTea committed Jul 4, 2024
1 parent c7af14f commit a4f4ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lostpixel.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { CustomProjectConfig } from 'lost-pixel';
export const config: CustomProjectConfig = {
pageShots: {
pages: [{ path: '/', name: 'landing' }],
baseUrl: 'http://172.17.0.1:3000',
baseUrl: 'http://172.17.0.1:4321',
},
lostPixelProjectId: 'clrkf72110ugom40el0d2rkx9',
apiKey: process.env.LOST_PIXEL_API_KEY,
Expand Down

0 comments on commit a4f4ce4

Please sign in to comment.