Site initializer batch as client extension in 2025 Q4 has issue

I’m doing Site initializer batch as client extension in 2025 Q4 , it’s working fine but the url will come like this :
web/group-{groupId}

how I can make the friendly url like old quarters versions from the site name like

If Site Name : Test , so the url will be /web/test

@Ahmad_Qasem

I think in client-extension.yaml what you specify for siteName will get pickup as group name and your friendly url will look like web/test

test-site-initializer-structure:

    name: Test Site Initializer

oAuthApplicationHeadlessServer: test-site-initializer-oauth-application-headless-server

siteExternalReferenceCode: test

siteName: Test

type: siteInitializer

test-site-initializer-oauth-application-headless-server:

.serviceAddress: localhost:8080

.serviceScheme: http

name: Test Site Initializer CX

scopes:

        -   Liferay.Headless.Site.everything

        -   Liferay.Headless.Admin.User.everything

type: oAuthApplicationHeadlessServer