Skip to content

Commit 41764f5

Browse files
rebuild assets
1 parent 2372189 commit 41764f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pydata_sphinx_theme/static/webpack-macros.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
{% macro head_pre_bootstrap() %}
1515
<link href="{{ pathto('_static/css/theme.css', 1) }}" rel="stylesheet">
16-
<link href="{{ pathto('_static/css/index.eb2e94f0e4565f3ea722e9d0f85e3c08.css', 1) }}" rel="stylesheet">
16+
<link href="{{ pathto('_static/css/index.38f2ebe09480739b4ba0fa585d02b29a.css', 1) }}" rel="stylesheet">
1717
{% endmacro %}
1818

1919
{% macro head_js_preload() %}
20-
<link rel="preload" as="script" href="{{ pathto('_static/js/index.8a59f550f384467928e0.js', 1) }}">
20+
<link rel="preload" as="script" href="{{ pathto('_static/js/index.30d17a8aef5d942e5d26.js', 1) }}">
2121
{% endmacro %}
2222

2323
{% macro body_post() %}
24-
<script src="{{ pathto('_static/js/index.8a59f550f384467928e0.js', 1) }}"></script>
24+
<script src="{{ pathto('_static/js/index.30d17a8aef5d942e5d26.js', 1) }}"></script>
2525
{% endmacro %}

0 commit comments

Comments
 (0)