File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ export class NextDeployInstance extends NextInstance {
157
157
throw new Error ( 'Could not extract DeployID from the build logs' )
158
158
}
159
159
160
- this . _url = `https://${ deployID } --${ siteName } .netlify.app/ `
160
+ this . _url = `https://${ deployID } --${ siteName } .netlify.app`
161
161
this . _parsedUrl = new URL ( this . _url )
162
162
this . _deployId = deployID
163
163
this . _shouldDeleteDeploy = ! process . env . NEXT_TEST_SKIP_CLEANUP
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ async function deploySite(
288
288
}
289
289
290
290
return {
291
- url : `https://${ deployID } --${ siteName } .netlify.app/ ` ,
291
+ url : `https://${ deployID } --${ siteName } .netlify.app` ,
292
292
deployID,
293
293
logs : output ,
294
294
}
You can’t perform that action at this time.
0 commit comments