Skip to content

Commit 47d6d26

Browse files
Use actual app URL
1 parent 85e71cb commit 47d6d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lostpixel.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { CustomProjectConfig } from 'lost-pixel'
33
export const config: CustomProjectConfig = {
44
pageShots: {
55
pages: [{ path: '/', name: 'landing' }],
6-
baseUrl: 'http://172.17.0.1:3000'
6+
baseUrl: 'http://172.17.0.1:8000'
77
},
88
lostPixelProjectId: 'clud602ae10romo0e861bvpv2',
99
apiKey: process.env.LOST_PIXEL_API_KEY

0 commit comments

Comments
 (0)