Skip to content

Commit

Permalink
fix: configure lost pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
davidleger95 committed Apr 2, 2024
1 parent 2995e6f commit 85d8bdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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 { CustomProjectConfig } from 'lost-pixel';
export const config: CustomProjectConfig = {
pageShots: {
pages: [{ path: '/', name: 'home' }],
baseUrl: 'http://127.0.0.1:4173',
baseUrl: 'http://172.17.0.1:3000',
},
lostPixelProjectId: 'cluifcmts01bbkg0e08pepl32',
apiKey: process.env.LOST_PIXEL_API_KEY,
Expand Down
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default defineConfig({
svgr(),
],
server: {
host: 'resume.localtest.me',
// host: 'resume.localtest.me',
port: 3000,
},
test: {
globals: true,
Expand Down

0 comments on commit 85d8bdd

Please sign in to comment.