Merge pull request #6705 from cli/jshorty/new-pfs-domain
Use new domain for forwarded ports
This commit is contained in:
commit
c21408fc01
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ type portInfo struct {
|
|||
}
|
||||
|
||||
func (pi *portInfo) BrowseURL() string {
|
||||
return fmt.Sprintf("https://%s-%d.githubpreview.dev", pi.codespace.Name, pi.Port.SourcePort)
|
||||
return fmt.Sprintf("https://%s-%d.preview.app.github.dev", pi.codespace.Name, pi.Port.SourcePort)
|
||||
}
|
||||
|
||||
func (pi *portInfo) Label() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue