You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a few broken links/redirects in the docs that are currently
causing the CI to fail. This PR should fix these.
---------
Co-authored-by: Tania Allard <[email protected]>
Co-authored-by: Steve Piercy <[email protected]>
Co-authored-by: gabalafou <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2.**Figma Design File:** The Figma file contains the visual design and specifications
172
172
for the typography styles, including font sizes, line heights,
173
173
and spacing used throughout the theme. It also includes our color palette and its use cases, as well as details on interactive components and their states.
Copy file name to clipboardExpand all lines: docs/community/topics/assets.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,5 +52,5 @@ Our Webpack build generates a collection of [Jinja macros](https://jinja.pallets
52
52
53
53
These macros are imported in the main `layout.html` file, and then inserted at various places on the page to link the static assets.
54
54
55
-
Some assets [are "preloaded"](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/preload), meaning that the browser begins requesting these resources before they're needed.
55
+
Some assets [are "preloaded"](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel/preload), meaning that the browser begins requesting these resources before they're needed.
56
56
In particular, our JavaScript assets are preloaded in `<head>`, and the scripts are loaded at the end of `<body>`.
0 commit comments