Skip to content

Commit 0e30237

Browse files
authored
[BUGFIX] Replace typo3.azureedge.net with cdn.typo3.com (#880)
1 parent 028177a commit 0e30237

File tree

48 files changed

+94
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+94
-94
lines changed

packages/typo3-api/phpdoc.dist.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
</version>
3131
<setting name="graphs.enabled" value="false"/>
3232
<setting name="template.color" value="orange"/>
33-
<setting name="template.typo3_theme_url" value="https://typo3.azureedge.net/typo3documentation/theme/typo3-docs-theme" />
33+
<setting name="template.typo3_theme_url" value="https://cdn.typo3.com/typo3documentation/theme/typo3-docs-theme" />
3434
<setting name="template.typo3_theme_version" value="0.5.0" />
35-
<setting name="template.typo3_cdn" value="https://typo3.azureedge.net" />
35+
<setting name="template.typo3_cdn" value="https://cdn.typo3.com" />
3636
<setting name="template.typo3_github_url" value="https://github.com/TYPO3/typo3/blob" />
3737
<setting name="template.typo3_version" value="main" />
3838
<template name=".phpdoc/template" />

packages/typo3-api/template/components/header.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="row">
1212
<div class="col-sm-3 col-md-4 col-lg-6">
1313
<a class="logo" href="https://docs.typo3.org/" title="TYPO3 Documentation">
14-
<img alt="TYPO3 Logo" class="logo-image" src="https://typo3.azureedge.net/typo3documentation/theme/typo3-docs-theme/0.5.1/img/typo3-logo.svg" width="484" height="130">
14+
<img alt="TYPO3 Logo" class="logo-image" src="https://cdn.typo3.com/typo3documentation/theme/typo3-docs-theme/0.5.1/img/typo3-logo.svg" width="484" height="130">
1515
</a>
1616
</div>
1717
<div class="col-sm-9 col-md-8 col-lg-6">
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
22
<link href="{{ getRelativePath('_resources/css/theme.css') }}" rel="stylesheet">
33
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
4-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
5-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
4+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
5+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>

packages/typo3-docs-theme/src/Twig/TwigExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function __construct(
7171
// executions, and sets links to resources/assets to a public CDN.
7272
// Outside CI (and for local development) all Assets are linked locally.
7373
// This is prevented when being run within PHPUnit.
74-
$this->typo3AzureEdgeURI = 'https://typo3.azureedge.net/typo3documentation/theme/typo3-docs-theme/' . getenv('TYPO3AZUREEDGEURIVERSION') . '/';
74+
$this->typo3AzureEdgeURI = 'https://cdn.typo3.com/typo3documentation/theme/typo3-docs-theme/' . getenv('TYPO3AZUREEDGEURIVERSION') . '/';
7575
}
7676
}
7777

tests/Integration/tests-full/breadcrumb/expected/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="page.html" rel="next" title="Page "/>
2424
<link href="#" rel="top" title="TYPO3 Extension oauth2 (mfc/oauth2)"/>
2525
</head>

tests/Integration/tests-full/breadcrumb/expected/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="index.html" rel="prev" title="TYPO3 Extension oauth2 (mfc/oauth2)"/>
2424
<link href="yetAnotherPage.html" rel="next" title="Another Page"/>
2525
<link href="index.html" rel="top" title="TYPO3 Extension oauth2 (mfc/oauth2)"/>

tests/Integration/tests-full/breadcrumb/expected/yetAnotherPage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="page.html" rel="prev" title="Page TYPO3 Extension oauth2 (mfc/oauth2)"/>
2424
<link href="index.html" rel="top" title="TYPO3 Extension oauth2 (mfc/oauth2)"/>
2525
</head>

tests/Integration/tests-full/changelog/expected/Changelog/12.0/Breaking-87616-RemovedHookForAlteringPageLinks.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="../../_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="Index.html" rel="prev" title="12.0 Changes"/>
2424
<link href="Breaking-90044-ConfigspamProtectEmailAddressesWithOptionAsciiRemoved.html" rel="next" title="Breaking: #90044 - config.spamProtectEmailAddresses with option &quot;ascii&quot; removed"/>
2525
<link href="../../Index.html" rel="top" title="TYPO3 Core"/>

tests/Integration/tests-full/changelog/expected/Changelog/12.0/Index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<meta name="robots" content="noindex"> <link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
2020
<link href="../../_resources/css/theme.css" rel="stylesheet">
2121
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
23-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
23+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2424
<link href="../../Changelog-12.html" rel="prev" title="ChangeLog v12"/>
2525
<link href="Breaking-87616-RemovedHookForAlteringPageLinks.html" rel="next" title="Breaking: #87616 - Removed hook for altering page links"/>
2626
<link href="../../Index.html" rel="top" title="TYPO3 Core"/>

tests/Integration/tests-full/changelog/expected/Index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="Changelog-12.html" rel="next" title="ChangeLog v12"/>
2424
<link href="#" rel="top" title="TYPO3 Core"/>
2525
</head>

tests/Integration/tests-full/changelog/expected/Sitemap.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<meta name="robots" content="noindex"> <link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
2020
<link href="_resources/css/theme.css" rel="stylesheet">
2121
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
23-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
23+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2424
<link href="Changelog/12.0/Important-94951-RestrictExportFunctionalityToAllowedUsers.html" rel="prev" title="Important: #94951 - Restrict export functionality to allowed users"/>
2525
<link href="Index.html" rel="top" title="TYPO3 Core"/>
2626
</head>

tests/Integration/tests-full/disabled-version-switch/expected/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="#" rel="top" title="Some page"/>
2424
</head>
2525
<body>

tests/Integration/tests-full/edit-on-github/edit-on-github-per-page/expected/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="page1.html" rel="next" title="Avatar ViewHelper &lt;be:avatar&gt;"/>
2424
<link href="#" rel="top" title="Document Title"/>
2525
</head>

tests/Integration/tests-full/edit-on-github/edit-on-github-per-page/expected/page1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="index.html" rel="prev" title="Document Title"/>
2424
<link href="index.html" rel="top" title="Document Title"/>
2525
</head>

tests/Integration/tests-full/index/expected/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="#" rel="top" title="Document Title"/>
2424
</head>
2525
<body>

tests/Integration/tests-full/link-wizard/expected/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="#" rel="top" title="Document Title"/>
2424
</head>
2525
<body>

tests/Integration/tests-full/main-menu-json/expected/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="mainMenu.json.html" rel="next" title="&lt;Unknown&gt;"/>
2424
<link href="#" rel="top" title="Some page"/>
2525
</head>

tests/Integration/tests-full/menu-subpages-max-1/expected/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="someDirectory/index.html" rel="next" title="Some Page"/>
2424
<link href="#" rel="top" title="Document Title"/>
2525
</head>

tests/Integration/tests-full/menu-subpages-no-titlesonly-maxdepth-1/expected/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="someDirectory/index.html" rel="next" title="Some Page"/>
2424
<link href="#" rel="top" title="Document Title"/>
2525
</head>

tests/Integration/tests-full/menu-subpages-no-titlesonly-maxdepth-2/expected/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="someDirectory/index.html" rel="next" title="Some Page"/>
2424
<link href="#" rel="top" title="Document Title"/>
2525
</head>

tests/Integration/tests-full/menu-subpages/expected/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="someDirectory/index.html" rel="next" title="Some Page"/>
2424
<link href="#" rel="top" title="Document Title"/>
2525
</head>

tests/Integration/tests-full/meta-data/expected/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="#" rel="top" title="Document Title"/>
2424
</head>
2525
<body>

tests/Integration/tests-full/navigation-title/expected/anotherPage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="index.html" rel="prev" title="Document Title"/>
2424
<link href="somePage.html" rel="next" title="Some Page"/>
2525
<link href="index.html" rel="top" title="Document Title"/>

tests/Integration/tests-full/navigation-title/expected/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
1919
<link href="_resources/css/theme.css" rel="stylesheet">
2020
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
21-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22-
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
21+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
22+
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
2323
<link href="anotherPage.html" rel="next" title="Another Page"/>
2424
<link href="#" rel="top" title="Document Title"/>
2525
</head>

0 commit comments

Comments
 (0)