fix(github): update repository URL to point to the v4.x branch for development

This commit is contained in:
Andras Bacsai
2025-09-25 17:31:16 +02:00
parent 73b42f318a
commit eac1a9f21b
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ class PublicGitRepository extends Component
public function mount()
{
if (isDev()) {
$this->repository_url = 'https://github.com/coollabsio/coolify-examples';
$this->repository_url = 'https://github.com/coollabsio/coolify-examples/tree/v4.x';
$this->port = 3000;
}
$this->parameters = get_route_parameters();