Share assets between applications

I try to share assets (js, css, images) between applications in the advanced template.

I thought I could put them in common/web/ and in the config use this :




'components' => [

        'view' => [

            'theme' => [

                'pathMap' => ['@app/views' => '@common/themes/mytheme/views'],

                'baseUrl' => '@common-url/themes/mytheme',

            ],

        ],



I don’t know how to make “@common-url” work.