Skip to content

Commit

Permalink
fixup! Merge remote-tracking branch 'origin/master' into lost-pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed Apr 3, 2024
1 parent d0be1a1 commit 996058f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lostpixel.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { CustomProjectConfig } from 'lost-pixel'
export const config: CustomProjectConfig = {
pageShots: {
pages: [{ path: '/', name: 'landing' }],
baseUrl: 'http://172.17.0.1:9000'
baseUrl: 'http://172.17.0.1:9000',
},
lostPixelProjectId: 'clud602ae10romo0e861bvpv2',
apiKey: process.env.LOST_PIXEL_API_KEY
apiKey: process.env.LOST_PIXEL_API_KEY,
}

0 comments on commit 996058f

Please sign in to comment.