|
7 | 7 | {% set docsUrl = "https://github.com/nystudio107/craft-imageoptimize/blob/v1/README.md" %}
|
8 | 8 |
|
9 | 9 | {% do view.registerAssetBundle("nystudio107\\imageoptimize\\assetbundles\\imageoptimize\\ImageOptimizeAsset") %}
|
10 |
| -{% set baseAssetsUrl = view.getAssetManager().getPublishedUrl('@nystudio107/imageoptimize/assetbundles/imageoptimize/dist', true) %} |
| 10 | +{% set baseAssetsUrl = view.getAssetManager().getPublishedUrl('@nystudio107/nystudio107/imageoptimize/web/assets/dist', true) %} |
11 | 11 |
|
12 | 12 | {% set crumbs = [
|
13 | 13 | { label: "ImageOptimize", url: url('image-optimize') },
|
|
18 | 18 | <div id="cp-nav-content" class="readable" style="text-align:center; margin:0 auto; padding: 5% 10%;">
|
19 | 19 | <confetti-party>
|
20 | 20 | </confetti-party>
|
21 |
| - <img src="{{ baseAssetsUrl ~ '/img/ImageOptimize-icon.svg' }}" width="30%" height="auto" /> |
| 21 | + <img src="{{ baseAssetsUrl ~ '/img/ImageOptimize-icon.svg' }}" width="30%" height="auto"/> |
22 | 22 | <h2>Thanks for using ImageOptimize!</h2>
|
23 |
| - <p>ImageOptimize allows you to automatically create & optimize responsive image transforms from your Craft CMS assets.</p> |
24 |
| - <p>It works equally well with native Craft image transforms, and image services like <a href="https://imgix.com" target="_blank" rel="noopener">imgix</a>, with zero template changes.</p> |
| 23 | + <p>ImageOptimize allows you to automatically create & optimize responsive image transforms from your Craft CMS |
| 24 | + assets.</p> |
| 25 | + <p>It works equally well with native Craft image transforms, and image services like <a href="https://imgix.com" |
| 26 | + target="_blank" |
| 27 | + rel="noopener">imgix</a>, |
| 28 | + with zero template changes.</p> |
25 | 29 |
|
26 |
| - <p>We hope you love it! For more information, please <a href="{{ docsUrl }}" target="_blank" rel="noopener">see the documentation</a>.</p> |
| 30 | + <p>We hope you love it! For more information, please <a href="{{ docsUrl }}" target="_blank" rel="noopener">see |
| 31 | + the documentation</a>.</p> |
27 | 32 | <p>
|
28 | 33 |
|
29 | 34 | </p>
|
30 | 35 | <p>
|
31 |
| - <a href="{{ linkGetStarted }}"><button class="btn submit">Get Started</button></a> |
| 36 | + <a href="{{ linkGetStarted }}"> |
| 37 | + <button class="btn submit">Get Started</button> |
| 38 | + </a> |
32 | 39 | </p>
|
33 | 40 | </div>
|
34 | 41 | <div style="text-align:center; margin:0 auto; padding: 0;">
|
|
0 commit comments