Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

webpack-macros.html 1.2 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  1. <!-- these macros are generated by "yarn build:production". do not edit by hand. -->
  2. {% macro head_pre_icons() %}
  3. <link rel="stylesheet"
  4. href="{{ pathto('_static/vendor/fontawesome/5.13.0/css/all.min.css', 1) }}">
  5. <link rel="preload" as="font" type="font/woff2" crossorigin
  6. href="{{ pathto('_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2', 1) }}">
  7. <link rel="preload" as="font" type="font/woff2" crossorigin
  8. href="{{ pathto('_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2', 1) }}">
  9. {% endmacro %}
  10. {% macro head_pre_fonts() %}
  11. <link rel="stylesheet"
  12. href="{{ pathto('_static/vendor/open-sans_all/1.44.1/index.css', 1) }}">
  13. <link rel="stylesheet"
  14. href="{{ pathto('_static/vendor/lato_latin-ext/1.44.1/index.css', 1) }}">
  15. {% endmacro %}
  16. {% macro head_pre_bootstrap() %}
  17. <link rel="stylesheet" href="{{ pathto('_static/css/index.73d71520a4ca3b99cfee5594769eaaae.css', 1) }}">
  18. {% endmacro %}
  19. {% macro head_js_preload() %}
  20. <link rel="preload" as="script" href="{{ pathto('_static/js/index.3da636dd464baa7582d2.js', 1) }}">
  21. {% endmacro %}
  22. {% macro body_post() %}
  23. <script src="{{ pathto('_static/js/index.3da636dd464baa7582d2.js', 1) }}"></script>
  24. {% endmacro %}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...