diff --git a/lostpixel.config.ts b/lostpixel.config.ts index 0fb9d01d..a23ec116 100644 --- a/lostpixel.config.ts +++ b/lostpixel.config.ts @@ -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,