Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Follow-up: CDN change to cdn.typo3.com #883

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/Developer/Building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ The variable `TYPO3AZUREEDGEURIVERSION` is very important to be baked into
the Docker image. This will ensure, that the rendering for remote repositories
is always performed with the matching version number of both the theme and the
Docker image. All assets can then be referenced as
`https://typo3.azureedge.net/typo3documentation/theme/typo3-docs-theme/$TYPO3AZUREEDGEURIVERSION/img/typo3-logo.svg`.
`https://cdn.typo3.com/typo3documentation/theme/typo3-docs-theme/$TYPO3AZUREEDGEURIVERSION/img/typo3-logo.svg`.

Note that the version is used here, not a string like `main` or `stable` as the
version, because CDNs would always cache these files and probably not deliver a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<link href="http://purl.org/dc/elements/1.1/" rel="schema.dc">
<link href="_resources/css/theme.css" rel="stylesheet">
<link href="https://docs.typo3.org/search/" rel="search" title="Search">
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
<script src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/webcomponents-loader.js"></script>
<script src="https://cdn.typo3.com/typo3infrastructure/universe/dist/typo3-universe.js" type="module"></script>

<link href="#" rel="top" title="Document Title"/>
</head>
Expand Down
Loading