diff --git a/apps/synthetics-replicator-tests/synthetics.config.ts b/apps/synthetics-replicator-tests/synthetics.config.ts index 7e80428..fbc4bf0 100644 --- a/apps/synthetics-replicator-tests/synthetics.config.ts +++ b/apps/synthetics-replicator-tests/synthetics.config.ts @@ -28,7 +28,7 @@ export default env => { }, }; if (env === 'production') { - config.params = { url: 'https://synthetics-replicator.netlify.app/' } + config.params!.url = 'https://synthetics-replicator.netlify.app/'; } return config; };